Forum Discussion
Stymied9
8 years agoFrequent Visitor
Gauges question
Since the default Power BI gauge does not allow you to change the fill color based on the target value being met or not, I have a question about the DialGauge and Tachometer. Background: I am me...
- 8 years ago
You may refer to the following measure.
Measure = VAR m = SELECTEDVALUE ( Table2[Mode] ) RETURN SWITCH ( m, "Air", 97, "Ocean", 90, 94 )
Anonymous
4 years agoNot applicable
To create a Gauge that dynamically changes colour based on the current value, use conditional formatting. You can change the Field that the colours are based under "What field Should we base this on?"
To learn how create a conditional formatted gauge, check out the YouTube demo: https://youtu.be/oEL36Fp3TU0.