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! Go to Solution.
Try with MAX(YourTableName[Average])=[Average]
User | Count |
---|---|
35 | |
9 | |
3 | |
3 | |
2 |