Forum Discussion
Conditional formatting multiple columns in matrix separately
- 7 years ago
hi, VEG_Admin
Sorry for my careless, you could try this formula for [$/SF/CostCode]
$/SF/CostCode = RANKX(ALLSELECTED('Buildings'[Building Name]),[$/SF],,ASC)Result:
By the way, in the 4th column, these three 0.01 values are different value indeed, please put four decimal places for [
$/SF].
Best Regards,
Lin
hi, VEG_Admin
Sorry for my careless, you could try this formula for [$/SF/CostCode]
$/SF/CostCode = RANKX(ALLSELECTED('Buildings'[Building Name]),[$/SF],,ASC)
Result:
By the way, in the 4th column, these three 0.01 values are different value indeed, please put four decimal places for [
].
Best Regards,
Lin
Thanks for the solution!
In my case - I had a "Sort by column" for the [Building Name], so the ranking didn't work somehow...
Only when I deleted the "Order" column - then the RANKX worked.
So now my "buildings" aren't ordered the way I wanted, but the ranking works.
Any ideas how to overcome this?