Forum Discussion
arca123
Advocate I
9 months agoPowerBI Report Builder background color expression incorrect result
In Report Builder I have a column that displays percentage. If percentage is less than 100%, I want it to be displayed red, if it's 100% or more - I want it to be displayed green. I have written thi...
- 9 months ago
arca123 Well, you don't have <= 1 so not sure it is truly 1, maybe it is .99999 and rounding up? Perhaps try < .999 and see if that fixes it.
GeraldGEmerick
Memorable Member
9 months agoarca123 Well, you don't have <= 1 so not sure it is truly 1, maybe it is .99999 and rounding up? Perhaps try < .999 and see if that fixes it.