Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How can I change the back color of total value in table?
Thank you.
There is a trick you can try for Pivot table that wont work on normal tables
in the measure look for "background color expression" option and try
if(IsNull( dimesion_name ),red())
hope it helps
help users find answers! Don't forget to mark a solution that worked for you & to smash the like button!
Hi @louise119
i affraid you cant.
options can be a bit different between Cloud and onpremise, but basicaly you can:
- On each dimension and expression you can change column background color, but will only affect values and not total.
- on Chart presentation option you will be able to change Header font color, content font color and mouse over background and font color.
hope it helps
help users find answers! Don't forget to mark a solution that worked for you & to smash the like button!
There is a trick you can try for Pivot table that wont work on normal tables
in the measure look for "background color expression" option and try
if(IsNull( dimesion_name ),red())
hope it helps
help users find answers! Don't forget to mark a solution that worked for you & to smash the like button!
Thank you so much!
Can I change the background color next to "total"?
it didn't change the color from white to dark gray.
hi @louise119
i've been testing but i don't have another trick for that.
Hope someone else add some trick for you.
best,