Forum Discussion

arca123's avatar
arca123
Icon for Advocate I rankAdvocate I
9 months ago
Solved

PowerBI 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...
  • GeraldGEmerick's avatar
    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.