Forum Discussion
Table change row color depending on value
- 6 years ago
Hi lscoffield ,
Yes, it's very much possible.
Create a new measure.
Color = IF(Column= "Changed", "Give HEX Code of the color","Give HEX Code of the color that you want if the column is not "changed"').
And then use this measure under 'Conditional formatting'.
Enable 'Font Color'. A new dialog box will open.
Select 'Field value' under 'Format by' and select the newly created measure under 'Based on field'.
Regards
Simran Tuli
Hi lscoffield ,
Yes, it's very much possible.
Create a new measure.
Color = IF(Column= "Changed", "Give HEX Code of the color","Give HEX Code of the color that you want if the column is not "changed"').
And then use this measure under 'Conditional formatting'.
Enable 'Font Color'. A new dialog box will open.
Select 'Field value' under 'Format by' and select the newly created measure under 'Based on field'.
Regards
Simran Tuli
This only changes the color of the font in one column, not the whole row.