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.
Hi Anonymous
As checked, their answers all seems to be helpful.
There are some Gauge visuals you could use in Power BI.
https://visualbi.com/blogs/microsoft/powerbi/custom-visuals/5-advanced-gauge-customization-power-bi/
Also, you could also add alerts in Power BI Service so Power BI can sends notifications to you and your members when the data exceeds the limit.
https://docs.microsoft.com/en-us/power-bi/consumer/end-user-alerts
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.