Forum Discussion
CTW
8 years agoRegular Visitor
Comparing column values with measure
Hi Power BI Professionals:
I'm trying to compare my measure with my columns to get another calculated column:
FrPY is a measure and Goal is a column. What I need is for Status (calculated column) to compare FrPY and Goal where If(frPY<goal) then return a 1.
not all rows have a goal so I have filtered those away in the report level filter (if it affects the calculation)
The reason I want to do this is because conditional formatting cannot be set based off other columns. (I want to do a traffic light color if frpy<goal =red, frpy=goal = green
3 Replies
- v-chuncz-msftCommunity Support
- CTWRegular Visitor
Thanks that worked!
- sgovindarajanFrequent Visitor
v-chuncz-msftThis worked for me. Can you tell me how adding MAX works though?