Forum Discussion
Format Matrix Grand Total like Row
- 2 years ago
Interesting, it indeed seems harder than it should be to format that specific cell, because it is treated as part of the "Column grand total".
I could only get it working by coming up with some awkward conditional formatting measures and applying them to Totals only:
Total Background Colour = IF ( NOT ISINSCOPE ( Account[P&L Level 1] ), "#0a3b6f" )Total Font Colour = IF ( NOT ISINSCOPE ( Account[P&L Level 1] ), "#ffffff" )PBIX attached.
Does this work for you?
Update: I saw Uzi2019 's post just appear - so there may be a simpler way.
Regards
Interesting, it indeed seems harder than it should be to format that specific cell, because it is treated as part of the "Column grand total".
I could only get it working by coming up with some awkward conditional formatting measures and applying them to Totals only:
Total Background Colour =
IF (
NOT ISINSCOPE ( Account[P&L Level 1] ),
"#0a3b6f"
)Total Font Colour =
IF (
NOT ISINSCOPE ( Account[P&L Level 1] ),
"#ffffff"
)
PBIX attached.
Does this work for you?
Update: I saw Uzi2019 's post just appear - so there may be a simpler way.
Regards