The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Good
I'm starting to use power bi and I'm getting some doubts:
I have a report that is a table linked to multiple slicers, I would like only the options in the first filter to appear when filtering by one data segment.
Example: if the first segmentation is province and the second is the name of the center, I want that if I apply the Madrid filter, in the first segmentation, only the centers of Madrid appear in the second segmentation, instead of all the centers.
Can you help me?
Thanks a lot
Solved! Go to Solution.
@Syndicate_Admin , if they are from the same table, it should happen.
You can use bi-direction joins and check.
There is one more solution, but not working for a few users
https://www.youtube.com/watch?v=cyOquvfhzNM
@Syndicate_Admin , if they are from the same table, it should happen.
You can use bi-direction joins and check.
There is one more solution, but not working for a few users