Recall & Review
beginner
What is an active relationship in Power BI?
An active relationship is the main connection between two tables that Power BI uses by default for filtering and calculations.
Click to reveal answer
beginner
What is an inactive relationship in Power BI?
An inactive relationship exists between tables but is not used by default. It can be activated temporarily in calculations using DAX functions.
Click to reveal answer
intermediate
How do you use an inactive relationship in a DAX formula?
You use the USERELATIONSHIP() function in DAX to activate an inactive relationship temporarily within a calculation.
Click to reveal answer
intermediate
Why would you use inactive relationships in your data model?
Inactive relationships let you model multiple ways tables relate without confusion, like different date fields (order date vs ship date) in the same tables.Click to reveal answer
beginner
Can you have more than one active relationship between two tables in Power BI?
No, Power BI allows only one active relationship between two tables. Others must be inactive.
Click to reveal answer
What does an active relationship do in Power BI?
✗ Incorrect
Active relationships are the default connections Power BI uses to filter and calculate data.
How can you use an inactive relationship in a measure?
✗ Incorrect
USERELATIONSHIP() activates an inactive relationship temporarily in a DAX formula.
How many active relationships can exist between two tables in Power BI?
✗ Incorrect
Power BI allows only one active relationship between two tables.
Why use inactive relationships in your data model?
✗ Incorrect
Inactive relationships help model different connections like multiple date fields.
Which DAX function activates an inactive relationship?
✗ Incorrect
USERELATIONSHIP() is used to activate an inactive relationship in DAX.
Explain the difference between active and inactive relationships in Power BI and when you would use each.
Think about how Power BI chooses which relationship to use automatically.
You got /4 concepts.
Describe how to use an inactive relationship in a DAX measure and why this is useful.
Focus on the DAX function that switches relationships.
You got /4 concepts.