Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I wanted to create a conditional format for changing the colour of a guage, and have had success with 2 variations, but not with the third.
I can set the colour if value is less than 70% "Red", or greater than 90% "Green", however I don't know how to set the 71%-89% to "Orange".
Please can you help.
This is what I tried
Hi @NickM11 ,
Switch stop when the first condition is met.
So you can do:
switch(
true(),
x<0.7,"Red",
x<0.9, "Orange",
"Green"
)
Hi,
You can also try/do it with Conditional formating in Fill colors --> Rules --> and selecting the values fields.
Here i have just given few sample data for color logic between 0-10 and you can see 6 is falling under yellow.
Thank you
Prakash
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 47 | |
| 36 | |
| 27 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 56 | |
| 38 | |
| 21 | |
| 21 |