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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi all,
Outstanding Item list:
I have a treemap which is set drill through to page 2. Page 2 have outstanding item list. How can I set a filter for multiple column for outstanding item list?
For example, when I drill through project 7, B27 it will show all the list of outstanding item for that specific project only. I want to see the list of outstanding item no.
Hope you can help. Thank you.
Solved! Go to Solution.
Hi @Anonymous ,
You could try creating two independent slicer tables and a measure like:
Measure = IF(selectedvalue(Item[code]) = selectedvalue(slicer1[project code])||selectedvalue( Item[code]) = selectedvalue(slicer2[batch code]),1,0)
Add this measure to visual filter set value = 1.
Best Regard,
Jay
Hi @Anonymous ,
You could try creating two independent slicer tables and a measure like:
Measure = IF(selectedvalue(Item[code]) = selectedvalue(slicer1[project code])||selectedvalue( Item[code]) = selectedvalue(slicer2[batch code]),1,0)
Add this measure to visual filter set value = 1.
Best Regard,
Jay
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 61 | |
| 54 | |
| 41 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 97 | |
| 83 | |
| 35 | |
| 29 | |
| 25 |