Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
krisk
Contributor II
Contributor II

Adding a colour gradient to a table/pivot table

Hi

I am looking to add some conditional formatting style background colours to my tables/pivot tables. It would be nice to be able to have a colour gradient where dark green is the highest value in the column and dark red is the lowest value in the column.

I am aware that you can use expressions to color by expressions but I am unsure about how to write an expression to do this.

Is there another way to achieve this? or will I have to find a way to use expressions?

Also, are there any other ways we can add conditional formatting style backgrounds in our tables, such as sparklines, data bars etc?

Many thanks for reading and any help you can give me.

Labels (1)
2 Replies
Chanty4u
MVP
MVP

May be this 

Click on the "Appearance" 

Then "Conditional" under the "Background Color" section.

 

Select expression 

=ColorMix1(

FirstSortedValue(FieldName, -FieldName),

FirstSortedValue(FieldName, FieldName),

0.5)

 

krisk
Contributor II
Contributor II
Author

Hi

 

Thank you for this.

The column in the pivot table that I was trying to add a colour gradient to is populated with a measure, and it seems like I cannot put a measure into this calculation.

 

krisk_0-1683298164982.png

 

For reference, my measure is called 'Total Orders'.