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! Request now

Reply
Anonymous
Not applicable

filter for slicer

Hey,

I would like to apply a filter for a slicer field in the following way:

In table 1 I have an "id" column and a  boolean column "a". If a =True, the corresponding id should appear in the slicer. Else the 

id should be excluded rom the slicer. In the slicer the data is from table 2 which is identical to table 1.

I need to create a measure and then drag it into the filter field of the slicer, right? Can you help me how to implement the measure in DAX?

 

Thanks,

Susanne

 

1 ACCEPTED SOLUTION
DS12345
Frequent Visitor

Hi Susanne,

 

A measure could be the solution. Measure = IF(a=true, 1, 0)

Then add this measure as a filter to the slicer and select measure = 1

 

Hope this solves your problem.

 

 

View solution in original post

1 REPLY 1
DS12345
Frequent Visitor

Hi Susanne,

 

A measure could be the solution. Measure = IF(a=true, 1, 0)

Then add this measure as a filter to the slicer and select measure = 1

 

Hope this solves your problem.

 

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

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!

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
Top Kudoed Authors