Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi
How to Hide the back ground colors?
We are filtering data with slicer. But when we are not filtering data , color should come hide. In my case it is displaying. How to hide it?
Hi @Anonymous,
For your requirement, I'm afraid that may not supported in Power BI directly.
We only could create the measure to show the value with background color when the slicer is filtered and hide the value with background color when the slicer is not filtered.
If you want to use this solution, you could create the measure with the formula below and set the background of the measure.
Measure = IF(ISFILTERED('table'[Agegroup]),MAX('table'[Agegroup]),BLANK())
Best Regards,
Cherry
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.