Forum Discussion
filter table based on multiple relationships
- Anonymous5 years ago
Hi Jorenvdl ,
Well, you can create a slicer using your address id. What you need to pay attention to is the flow of your relationship. As shown in the figure below, table B flows to table A, and then the address id of table B is used as the slicer. If the address id of table A is used as the slicer, the address id of table A will not filter the address id of table B.
I have attached my sample pbix, you can download it and test it.
Reference: Relationships in Power BI
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Jorenvdl ,
Could you tell me if your problem has been solved?
If it is, kindly Accept it as the solution. More people will benefit from it.
Or you are still confused about it, please provide me with more details about your problem.
Best Regards,
Stephen Tao
- Jorenvdl5 years agoFrequent Visitor
Hi Anonymous ,
I am sorry for my delayed response and thank you for your answere. It helped met finding the right direction. I have managed to solve this problem by creating one table with all the adresses. In this table I created a column "ParentId" and created a relationship to the accounts table.
Thanks again for you help!