Forum Discussion
Anonymous
1 year agoNot applicable
Power BI - Entire rows highlight
How to highlight entire rows in power BI and I try to highlight but column 'Total' not able to do in metrics table. even 43 should be green color any suggestion.
- 1 year ago
Anonymous
That would be the code below .
ColorFlag =IF( NOT ISINSCOPE(Table[Category]), 1, 0)
Shahid12523
Community Champion
1 year agoApply to Values and Totals
Anonymous
1 year agoNot applicable
I applied conditional formatting as following obervation.
'Denmark' entire rows = white color should not highlight
"Total" rows only = any color, i.e. green, purple
any suggestion