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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I have a gauge visual, and I'm trying to hide the visual based on the slicer selection.
I have three measures which all work:
Measure 1:
Check filtered = ISFILTERED(Query1[% Metric Name]) -- Returns true when any selection is made
Measure 2:
what can I do to resolve this please?
Solved! Go to Solution.
Hi @daniellamoore29
If you can put these filtering conditions directly to the measures of your gauge.
Something like :
You can download the pbix from This link
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
@Ritaf1983 , my card visual colour is #00C0B5, how do I make this transparent so when slicer selected, it disappears?
@daniellamoore29
I must admit that I don't know 🙂
I work only with white backgrounds all others are not efficient for effective data visualization.
For example, our brain needs to work hard to read white on blue...
Hi @daniellamoore29
If you can put these filtering conditions directly to the measures of your gauge.
Something like :
You can download the pbix from This link
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.