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.
Lets say I have 2 tables A UNIT table and an OPTION table and the two tables are related by UnitID.
In my report I have an Option slicer and a visual displaying UnitId and Option. Lets say in my slicer i have selected OPTION 35B. In my visual I will see UnitID's, 123,456 and 987. But lets say I select in my slicer both 35B and 12A. I only want to see 123 and 456. I DO NOT want to see 987 because it does not have Option 12A. Is this possible? If so how?
UnitTable | OptionTable | ||
UnitID | OptUnitID | Option | |
123 | 123 | 35B | |
456 | 123 | 12A | |
987 | 123 | 66F | |
456 | 77X | ||
456 | 35B | ||
987 | 35B | ||
456 | 12A | ||
987 | 899K | ||
987 | 77X |
Solved! Go to Solution.
Worked like a charm. Thank You VERY VERY much.