Forum Discussion
phchu1226
4 years agoHelper IV
Conditional Formatting on table visual
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 th...
- 4 years ago
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
amitchandak
4 years agoSuper User
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
4 years agoHelper IV