Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
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
Hi,
I have a trivial question but I have been asked to make the format exactly the same as other system so here goes.
I have the below matrix but as you can see, the background color is only applied to the total values, but not to the "Total" nor the row total value("5,350").
Is there any way to apply the same background color all the way to "Total" and "5,350" in the below screenshot ?
Please note that I dont want to apply the blue background to the whole row headers, only the "Total".
And likewise I only want the blue background for "5,350" , but not the whole row totals.
Is this possible ?
Solved! Go to Solution.
Create a DAX Expression for colors
Color = IF(HASONEVALUE(Table[year]),"White","Sky Blue")
Set the background of the value as and apply to totals only
you will get below results
Proud to be a Super User!
Worked great, thanks Farhan!
Create a DAX Expression for colors
Color = IF(HASONEVALUE(Table[year]),"White","Sky Blue")
Set the background of the value as and apply to totals only
you will get below results
Proud to be a Super User!
like wise if you want only totals to be colored change the color expression
Color = IF(HASONEVALUE(Table[Year]) || HASONEVALUE(Table[Month]),"White","Sky Blue")
Proud to be a Super User!
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 |
|---|---|
| 48 | |
| 43 | |
| 39 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 67 | |
| 63 | |
| 30 | |
| 30 | |
| 23 |