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 am utilizing a SQL Direct Query to pull my information into Power BI. I am presenting the information required, however the customer would like to color code the results (red for down and yellow for unhealthy). The dashboard is reporting both the down and unhealthy objects being reported in SCOM.
1. Is this possible?
2. Any other creative ideas on how color code these results?
Thanks,
Chad Myers
Power BI Noob
Solved! Go to Solution.
1. Is not possible applied conditional format to text only values.
2. A solution maybe is:
Create a calculated column with numbers according to your status:
Color = SWITCH(Tabla1[STATUS];"DOWN";1;"UNHEALTHY";2;3)
3: Next in a table:
Put Display name and Average of Color
4. With conditional format select colors to 1;2 and 3.
5. Adjust the width of colum to hide the headers.
1. Is not possible applied conditional format to text only values.
2. A solution maybe is:
Create a calculated column with numbers according to your status:
Color = SWITCH(Tabla1[STATUS];"DOWN";1;"UNHEALTHY";2;3)
3: Next in a table:
Put Display name and Average of Color
4. With conditional format select colors to 1;2 and 3.
5. Adjust the width of colum to hide the headers.
Speaking of conditional formatting
@Anonymous and @Vvelarde have you Voted for this Idea (it seems the PBI folks combined/consolidated 2 of the Ideas)
Hopefully that's a good sign - for implementation soon ![]()
Anyway we REALLY need to be able to build KPIs inside the PBI Desktop (not build first in PowerPivot and then import)
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 |
|---|---|
| 32 | |
| 25 | |
| 23 | |
| 22 | |
| 13 |
| User | Count |
|---|---|
| 61 | |
| 47 | |
| 27 | |
| 24 | |
| 19 |