Recall & Review
beginner
What does relationship direction mean in Power BI?
Relationship direction controls how filters flow between tables. It determines which table filters the other when you select data.
Click to reveal answer
beginner
What are the two types of cross-filtering directions in Power BI?
Single direction: filters flow from one table to another.<br>Both directions: filters flow both ways between tables.
Click to reveal answer
intermediate
Why would you use both directions cross-filtering?
To allow filtering from either table in a relationship, useful in many-to-many or complex models where you want filters to affect both sides.
Click to reveal answer
intermediate
What is a potential risk of using both directions cross-filtering?
It can cause ambiguous relationships and circular filter paths, which may lead to incorrect or slow calculations.
Click to reveal answer
advanced
How does cross-filtering direction affect DAX calculations?
Cross-filtering direction controls which tables are filtered automatically in DAX. It affects functions like CALCULATE and FILTER by controlling filter context flow.
Click to reveal answer
In Power BI, what does single direction cross-filtering mean?
✗ Incorrect
Single direction means filters flow only from one table to the related table, not back.
Which cross-filtering direction can cause ambiguous relationships?
✗ Incorrect
Both directions can create circular filter paths causing ambiguity.
What is the default cross-filtering direction when you create a relationship in Power BI?
✗ Incorrect
By default, relationships use single direction filtering from the one side to the many side.
When should you consider using both directions cross-filtering?
✗ Incorrect
Both directions are useful in complex models needing filters to flow both ways.
How does cross-filtering direction affect report visuals?
✗ Incorrect
Cross-filtering direction controls how selections in one visual filter data in related visuals.
Explain relationship direction and how it controls filter flow in Power BI.
Think about how selecting data in one table affects another.
You got /3 concepts.
Describe a scenario where both directions cross-filtering is useful and what risks it might bring.
Consider many-to-many relationships or complex models.
You got /3 concepts.