The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I have three tables with a relationship between each one
Table1
Key1
Col1
Table2
Key1
Key2
Col2
Table3
Key2
Col3
Relationships:
Table1(Key1) --> Table2(Key1)
Table2(Key2) --> Table3(Key2)
If I add a slicer on Table3's column Key2 and a table visual displaying Table1.Col1, I expected the table's contents to change when I select different values in the slicer. They do not. If I add Table2.col2 to the table visual everything works.
Why doesn't Power BI walk through the relationships from Table3->Table2->Table1 if I do not reference a column from Table2?
In SQL I can do the equivalent query and it works (see below), so why not in Power BI?
Select Table1.Col1
from Table1, Table2, Table3
where Table1.Key1 = Table2.Key1
and Table2.Key2 = Table3.Key3
and Table3.Col3 = 'XYZ'
Solved! Go to Solution.
Are your filter directions really unidirectional? If so, that's probably your answer, convert them to cross-filter in both directions.
Are your filter directions really unidirectional? If so, that's probably your answer, convert them to cross-filter in both directions.
Thanks! I missed the bi-directional relationship 🙂
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
2 | |
1 | |
1 | |
1 |