Forum Discussion
Formatting Matrix Visuals
- 2 months ago
Yes, it does seem impossible to change just the Grand Total cell's background colour, since the Row Grand Total formatting doesn't apply to that cell and Column Grand Total formatting applies to the entire total column!
One workaround would be to create an appropriate visual calculation that returns the desired background colour for cells in the Total row, and apply that using conditional formatting. In your case this might look like:
Background colour = IF ( NOT ISATLEVEL ( [Age Profile] ), "#D2DFE6" )Here's an example using a Contoso dataset (attached):
Hi ArchStanton,
It should work with grand total as well, but if it is not working as a alternate you can create a new measure as Total = Measure1+Measure2+measure3 and use it in the MATRIX view table. IT should fix the issue which you are facing.
π I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
π‘ Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
π As a proud SuperUser and Microsoft Partner, weβre here to empower your data journey and the Power BI Community at large.
π Curious to explore more? [Discover here].
Letβs keep building smarter solutions together!