Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
How can I format the final grand total value like the rest of the row (dark blue, white text)? Is PBI Matrix missing this ability? It seems like it should be a basic function.
Data filtered & context hidden for security reasons
Solved! Go to Solution.
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
Thanks - you've certainly managed it! I have a feeling this might be the only way to do this currently...
Hi @than689
Check the below solution for simpler way.
Hi @than689
There is option on column Grand total
You can put same formatting as you have chosen color for values of table.
Or you can select specific column formatting option
where you can set all values/ header/ total color and background same.
I hope I answered your question!
Thanks, unfortunately I don't think this solves the requirement to format only the final value (20,691,462 in your example)
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 56 | |
| 47 | |
| 44 | |
| 20 | |
| 20 |
| User | Count |
|---|---|
| 73 | |
| 72 | |
| 34 | |
| 33 | |
| 31 |