Forum Discussion
Jorenvdl
5 years agoFrequent Visitor
filter table based on multiple relationships
Hi, I am trying to create a report based on Dynamics365 data. The issue I am experiencing is the following: I want to create a report that shows the accounts and opportunities based on the City tha...
- 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.
Thejeswar
5 years agoSuper User
Can you share some sample data and the table structure you have ?