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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Ewout
Regular Visitor

Muliple Slicer Selection based on column

Hi, 

 

I am trying to make a slicer which can turn off/on certain effects which were detected. For example: You have a truss with grapes. 

The computer has measured that truss one has one green grape, eight red grapes and 1 blue grape. Also the computers measures how many grapes have certain issues which make them not sellable. 

 

I want a slicer which filters every truss by the if this problem of colour is available in this truss. 

So in the case of this example, if i select "blue" Truss one and  Three will show. Truss two and four will be filtered out. 

 

I hope my questions is clear :D, any questions I will be happy to answer!

TrussRedBlueGreenProblem 1

One

8111
two4050
Three2513
Fout1091
1 ACCEPTED SOLUTION
Ewout
Regular Visitor

I found a solution by creating a new colum measuring if the statement is "problem is there" or null. Using a slicer with this new colum and filter out the Null values will almost complete the job.

View solution in original post

3 REPLIES 3
Ewout
Regular Visitor

I found a solution by creating a new colum measuring if the statement is "problem is there" or null. Using a slicer with this new colum and filter out the Null values will almost complete the job.

Ewout
Regular Visitor

Thanks for your reply, but the dataset is to big to do an easy transform (unpivot comuls). The dataset must be in this position to be working fine. Also it would be nice is some new problems were added, that adding this to powerbi wouldn't be that difficult.

Anonymous
Not applicable

Hi @Ewout,

I'd like to suggest you do unpivot on your colors and problem fields, then you can simply create a matrix showing the raw effect and write a measure as a filter to filter your records.

Unpivot columns (Power Query) 

Applying a measure filter in Power BI 
Regards,

Xiaoxin Sheng

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors