diff --git a/query-languages/dax/userelationship-function-dax.md b/query-languages/dax/userelationship-function-dax.md index 33dc37ae..65242cf0 100644 --- a/query-languages/dax/userelationship-function-dax.md +++ b/query-languages/dax/userelationship-function-dax.md @@ -55,4 +55,4 @@ To calculate the sum of internet sales and allow slicing by ShippingDate instead = CALCULATE(SUM(InternetSales[SalesAmount]), USERELATIONSHIP(InternetSales[ShippingDate], DateTime[Date])) ``` -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. +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.