Skip to content

Commit 4557013

Browse files
authored
Update userelationship-function-dax.md
Reference on the bottom DAX was to [ShipmentDate] and not the [ShippingDate] used in the code example above, changed to line up to remove ambiguity.
1 parent 63735fb commit 4557013

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

query-languages/dax/userelationship-function-dax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ To calculate the sum of internet sales and allow slicing by ShippingDate instead
5555
= CALCULATE(SUM(InternetSales[SalesAmount]), USERELATIONSHIP(InternetSales[ShippingDate], DateTime[Date]))
5656
```
5757

58-
Relationships between InternetSales[ShipmentDate] and DateTime[Date] must exist and should not be the active relationship; also, the relationship between InternetSales[OrderDate] and DateTime[Date] should exist and should be the active relationship.
58+
Relationships between InternetSales[ShippingDate] and DateTime[Date] must exist and should not be the active relationship; also, the relationship between InternetSales[OrderDate] and DateTime[Date] should exist and should be the active relationship.

0 commit comments

Comments
 (0)