Forum Discussion
Power BI - Entire rows highlight
- 1 year ago
Anonymous
That would be the code below .
ColorFlag =IF( NOT ISINSCOPE(Table[Category]), 1, 0)
Hello Anonymous
If you just wanted to highlight the bottom row (the Row Grand total) without highlighting the entire Column Grand Total, i dont see there's a direct way to set this up in Format Panel. You would need to use a simple Measure for conditional formatting.
Hope this helps:)
- Anonymous1 year agoNot applicable
Its works as if Sub-total level of data like below but I need 'Total' entire rows 'color'
example:
Food
proteins
vitamin
minerls
Household
furniture
tools
Total 0000 2120 3030 4040 5050
- MasonMA1 year ago
Super User
Anonymous
This all depends on Which filter contexts you wanted them to be 'In Scope'.
For example, if i tweak the DAX to below, both Subtotal and Grand Total are highlighted (except for null values)
- Anonymous1 year agoNot applicable
In Metrics table I would need 'Total' (In the last rows)
suggest