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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Solved! Go to Solution.
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.
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.
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!