Forum Discussion
Visual Alert Gauge
- 6 years ago
Hi Anonymous
This is a kpi visual, please see how to create this visual:
https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-kpi
By default, the Gauge visual doesn't show that "!" sign.
Or we may work with some workarounds:
1. conditional formatting
https://radacad.com/sentiment-colors-for-gauge-visual-in-power-bi
Measure
color = IF(SUM('Table'[value])>SUM('Table'[goal]),1,0)2.
Or add a card visual
Measure = IF(SUM('Table'[value])>SUM('Table'[goal]),"!"," ")Turn off "border" for card visual.
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous , you can create one and pud that in card visual and group the with Guage visual
https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-radial-gauge-charts
https://docs.microsoft.com/en-us/power-bi/desktop-grouping-visuals