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,
What is the best way to indicate the filters and slicers that are being applied to a visual?
I want to make sure it is very clear what filters are applied to each visual.
Thank You,
Michael
Solved! Go to Solution.
Hi @Anonymous ,
Move your mouse to the top right corner of the visual,and you will see the indicator.
Hi @Anonymous ,
Move your mouse to the top right corner of the visual,and you will see the indicator.
@Anonymous , Not sure how you want to show, but this can be one way
new measure = "Filtered on " & " - " & if(ISFILTERED('Item'[Brand]),"Brand","") & " - " & if(ISFILTERED('Item'[Category]),"Category","")
Hi @Anonymous ,
Have alook at the SELECTEDVALUE() function in DAX. You can use it with a column name (that your slicer is filtering) to populate a card visual to show the filter value.
Pete
Proud to be a Datanaut!
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.