0
0
Power BIbi_tool~5 mins

Relationship direction and cross-filtering in Power BI - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AFilters flow both ways between tables
BFilters flow only from one table to another
CFilters do not flow between tables
DFilters flow randomly between tables
Which cross-filtering direction can cause ambiguous relationships?
ABoth directions
BNo direction
CSingle direction
DInactive direction
What is the default cross-filtering direction when you create a relationship in Power BI?
AInactive
BBoth directions
CSingle direction
DNo filtering
When should you consider using both directions cross-filtering?
AWhen you want filters to flow only one way
BWhen you have no relationships
CWhen you want to disable filtering
DWhen you want filters to flow both ways for complex models
How does cross-filtering direction affect report visuals?
AIt controls which visuals can filter others
BIt controls the color of visuals
CIt controls the size of visuals
DIt controls the font style
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.