Model the data1 / 5
A Power BI semantic model can have only one active relationship between any two tables at a time.
CorrectIncorrect
Alex
In Power BI, only one relationship between any two tables can be active at a time. When multiple relationships exist between two tables, Power BI Desktop sets one as active and the rest as inactive. The active relationship is used automatically in DAX calculations and filter propagation. To use an inactive relationship in a specific measure, use the USERELATIONSHIP() function within a CALCULATE expression. This design prevents ambiguity in cross-filter direction and ensures predictable query results. Best practice: use a star schema with clear, single active relationships. (Ref: Microsoft Learn — Create and manage relationships in Power BI Desktop)
Sourcelearn.microsoft.com
Follow-up answers are available in the app. Create a free account — no credit card required.
Question 1 of 5
Create a free account