Forum Discussion
Enter a background colour based on another column value
- 8 years ago
Hi SaCvP125,
As what you said, I create calculated column using the formula.Flag = IF(Table1[Result]>Table1[Target_Value],1,0)
Then you create a visual, select all the fields needed to show. Right click the Flag column->Conditional formatting->Front color scales. Then set the minimum as 0, the maximum as 1.
conditional formatting for Flag columnSet the color of font in Flag
You will get expected result as follows.
Best Regards,
Angelia
Hi SaCvP125,
As what you said, I create calculated column using the formula.
Flag = IF(Table1[Result]>Table1[Target_Value],1,0)
Then you create a visual, select all the fields needed to show. Right click the Flag column->Conditional formatting->Front color scales. Then set the minimum as 0, the maximum as 1.
conditional formatting for Flag columnSet the color of font in Flag
You will get expected result as follows.
Best Regards,
Angelia