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

indicator of the filters applied to a visual

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

 

1 ACCEPTED SOLUTION
v-kelly-msft
Community Support
Community Support

Hi @Anonymous ,

 

Move your mouse to the top right corner of the visual,and you will see the indicator.

Annotation 2020-07-17 142218.png

 
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!

 

View solution in original post

3 REPLIES 3
v-kelly-msft
Community Support
Community Support

Hi @Anonymous ,

 

Move your mouse to the top right corner of the visual,and you will see the indicator.

Annotation 2020-07-17 142218.png

 
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!

 

amitchandak
Super User
Super User

@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","")

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
BA_Pete
Super User
Super User

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



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




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