Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I have a matrix table that has a row of locations and a measure that has 3 different outputs. I want to use a slicer to filter the table based on these 3 measure outputs.
So in the example below, if I select type 3 then it filter my table to only show type 3.
Slicer:
Type1, Type2, Type3
Matrix Table:
OWS
| ROWS | Measure |
| London | Type 1 |
| Manchester | Type 1 |
| Newcastle | Type 2 |
| Leeds | Type 3 |
| Glasgow | Type 1 |
So far I have created a table with the 3 measure types and added this field to a slicer, I have then attempted to create a measure with something roughly like this;
IF(contains(SlicerTable, SlicerField, "Type1"),measure = "Type1","Type2")
However it doesn't work and I can't think how best to adjust it?
Any ideas?
Solved! Go to Solution.
@Anonymous You will need to use the disconnected table trick. In general, to use a measure in that way, you need to use the Disconnected Table Trick as this article demonstrates: https://community.powerbi.com/t5/Community-Blog/Solving-Attendance-with-the-Disconnected-Table-Trick/ba-p/279563
@Anonymous You will need to use the disconnected table trick. In general, to use a measure in that way, you need to use the Disconnected Table Trick as this article demonstrates: https://community.powerbi.com/t5/Community-Blog/Solving-Attendance-with-the-Disconnected-Table-Trick/ba-p/279563
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 12 | |
| 10 | |
| 8 |