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
Is it possible to make visualizations visible based on filters being active? I want to change the background color of my page, or have a text box displaying filters being active, depending on if someone has clicked a filter/has highlighting active.
Hi @AndrewVim,
Based on my test, to change the background color based on slicer, it is not possible currently. You can come up a new idea about that.
To display filters being active, we can create a measure as below.
Measure = "Apply to " & CONCATENATEX(Table1,Table1[Slicer]," ")
For more details, please check the pbix as attached.
Regards,
Frank
Hi @AndrewVim ,
Does that make sense? If so, kindly mark my answer as the solution to close the case please. Thanks in advance.
Regards,
Frank
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.