Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
EaglesTony
Post Prodigy
Post Prodigy

Is there a way to toggle a text box to show "Data Filtered" or "Data Not Filtered" ?

Hi,

 

  I have 6 slicers and 3 pie charts on my report.

 

  What I want to do is if any 1 of the 9 objects above are selected (i.e. Item in the slicer is selected or a slice of the pie chart selected) then to show "Data Filtered" and then when they are toggled off, to show "Data Not Filtered".

 

  I was thinking if there was some sort of event I could check on the report and then check the selected values of each ?

 

Thanks

1 ACCEPTED SOLUTION
jgeddes
Super User
Super User

One way to do this is to create a dynamic title measure which uses ISFILTERED or HASONEVALUE (or similar). Use the created measure in the conditional formatting field for the title of the measure. 

Here is a quick example...

jgeddes_0-1724268109828.pngjgeddes_1-1724268133434.pngjgeddes_2-1724268149955.pngjgeddes_3-1724268175559.png

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

1 REPLY 1
jgeddes
Super User
Super User

One way to do this is to create a dynamic title measure which uses ISFILTERED or HASONEVALUE (or similar). Use the created measure in the conditional formatting field for the title of the measure. 

Here is a quick example...

jgeddes_0-1724268109828.pngjgeddes_1-1724268133434.pngjgeddes_2-1724268149955.pngjgeddes_3-1724268175559.png

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors