This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi,
I added the conditional formatting for the field GPM% which display red when the % is negative.
However, the background color changed after I clicked another visual in order to show the information of specified order.
Is the conditional formatting just comparing the data shown?
Is there any way to let the negative value still display in red even though just showing one value?
Solved! Go to Solution.
@phchu1226 , No it should still work.
Try to create a measure
if([ GPM%]<0, "Red", "White")
Use that in conditional formatting using the field value option
PowerBI Abstract Thesis: How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4
@phchu1226 , No it should still work.
Try to create a measure
if([ GPM%]<0, "Red", "White")
Use that in conditional formatting using the field value option
PowerBI Abstract Thesis: How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4
Check out the April 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 |
|---|---|
| 35 | |
| 32 | |
| 26 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 37 | |
| 32 | |
| 25 | |
| 23 |