Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
hello,
when I click on the filters(column name) in the slicer, I want 0 to be written on my card. how can I do that?
Solved! Go to Solution.
YourMeasure = IF(ISFILTERED(yourColumn), 0, anythingElse)
BR
thank you so much
@sonya7 , You need the slicer to be on an independent table, and then you measure like.
Assume item is selected in slicer and displayed in table
if(Max(Table[Item]) in selectedvalue(Item[Item]), 0, 1)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.