- Create role playing relationships:
- Create additional relationships to the date dimension with other date data type columns on the fact table
Active and Inactive Relationships Defined
- Only one relationship between two tables can be active at once. In this example, Order Date is the active relationship.
- Create role playing measures:
- Measures which invoke the Due Date and Ship Date relationships would be created for core business measures
Reseller Net Sales by Ship Date = CALCULATE([Reseller Net Sales],USERELATIONSHIP('Reseller Sales'[Ship Date],'Date'[Date]) )Reseller Sales Order Count by Due Date = CALCULATE([Reseller ...