Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

format highest value in a column

This is what I thought would work, but it highlights every value in the column.
Trying to highlight highest value in column using format rule below:

MAX(list([Average])) = [_THISROW].[Average]

Solved Solved
0 5 329
1 ACCEPTED SOLUTION

Try with MAX(YourTableName[Average])=[Average]

View solution in original post

5 REPLIES 5
Top Labels in this Space