Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
Let's say you have the following datasets:
Dataset 1
region | country |
A | 1 |
B | 2 |
C | 3 |
Dataset 2
business unit | country |
BU_A | 1 |
BU_B | 2 |
Relation: single (d1) to many (d2), single filter direction
Make a view with 2 displays:
- Table: displaying the rows of dataset 1, with details of dataset 2: the row of country 3 will have a blank business unit, which is ok.
- Pie chart: showing the business units per country
If I now click e.g. BU_A in the pie chart, the table at the bottom is not filtered to the rows that only have BU_A.
Is it possible to set up a relationship like this?
So basically, dataset B does not have a related item for every record in dataset A. Yet, I want to filter a table showing records of dataset A (with some details of dataset B, if available), based on a certain piece of the pie chart based on dataset B.
Is this possible?
Thanks in advance!!!
Solved! Go to Solution.
it is because your single direction relationship is preventing you from filtering on the many side. If you want to filter BU_A then you need to have a filter in both directions and you need to change your relationship to both instead of single - currently you can only filter from the one side, not the many side.
However that can provide confusing results sometimes depending on what you are doing and if you dont understand how power bi works. So make sure you understand how the bi directional relationships work.
Proud to be a Super User!
Hi @Anonymous ,
I agree with @vanessafvg statement. If you are still confused, can you provide more detailed requirements or desired results for me to do further testing.
Looking forward to your reply.
Best Regards,
Henry
it is because your single direction relationship is preventing you from filtering on the many side. If you want to filter BU_A then you need to have a filter in both directions and you need to change your relationship to both instead of single - currently you can only filter from the one side, not the many side.
However that can provide confusing results sometimes depending on what you are doing and if you dont understand how power bi works. So make sure you understand how the bi directional relationships work.
Proud to be a Super User!