Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
Anonymous
Not applicable

multiple column filter

Hi all,

 

lolipop_0-1663743345569.png

 

Outstanding Item list:

lolipop_2-1663743776887.png

 

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.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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

View solution in original post

1 REPLY 1
Anonymous
Not applicable

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

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.