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)
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
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
- MasonMA1 year ago
Super User
Anonymous
That would be the code below .
ColorFlag =IF( NOT ISINSCOPE(Table[Category]), 1, 0)- v-menakakota1 year ago
Community Support
Hi Anonymous ,
Thanks for reaching out to the Microsoft fabric community forum.
I would also take a moment to thank MasonMA , for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.
Best Regards,
Community Support Team