This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 25 | |
| 25 | |
| 21 | |
| 14 |
| User | Count |
|---|---|
| 50 | |
| 46 | |
| 23 | |
| 18 | |
| 18 |