Forum Discussion
FelipeCosta
7 years agoAdvocate II
Column Chart Conditional Formatting not Working in Service
Hello, I created a measure that returns a color value to use as a conditional formatting in a visual. It works on PBI Desktop, but not in the service (I tested with Edge and Google Chrome). I not...
- 7 years ago
I solved this issue by putting a # symbol before the color code.
So, my instead returning:
"98E0AD", "F8A1A4", "BFBFBF"
My measure now returns:
"#98E0AD", "#F8A1A4", "#BFBFBF"
FelipeCosta
7 years agoAdvocate II
I solved this issue by putting a # symbol before the color code.
So, my instead returning:
"98E0AD", "F8A1A4", "BFBFBF"
My measure now returns:
"#98E0AD", "#F8A1A4", "#BFBFBF"