Forum Discussion
davidwc
4 years agoFrequent Visitor
Conditional Formatting Icon color change from Desktop to Service
Hey guys,
I was wondering if any else noticed that the conditional formatting icons changed in PowerBI service.
The default Green circle, Red Dimond, and Yellow Triangle are now all darker with more pronounced boarders.
I dont really mind the colors that it changed to, but it does sort of throw off the UI of the report. I match the RGB values of the icons to other elements of visuals.
Confirmed that the RGB values change:
| Green circle fill | Green circle boarder | |
| Desktop | rgba(132,194,138,255) | rgba(75,161,75,255) |
| Service | rgba(100,177,120,255) | rgba(48,90,59,255) |
| Yellow Triangle Fill | Yellow Triangle Boarder | |
| Desktop | rgba(249,208,135,255) | rgba(248,185,80,255) |
| Service | rgba(215,150,46,255) | rgba(164,113,30,255) |
1 Reply
- lbendlin
Super User
you may want to head over to https://issues.powerbi.com and raise this as an issue. Color mismatch between desktop and service is a frequent issue.