Craigc3814
Board Regular
- Joined
- Mar 7, 2016
- Messages
- 217
Im reading tons of forums about RankX it seems amazing but every single forum I read seems to be a unique issues. Here is mine
I have a column called Asset Address then 12 months of data for each asset.
I wanted to rank my Base Metered Demand TOD column that is a decimal number based on the Asset Address column
Meaning I want rankings by asset address. I do not want other address numbers impacting the rankings of another address.
I am using this formula
=RANKX(ALL(RTS[Asset Address]),RTS[Base Metered Demand TOD])
It only returns 1's
If I switch to this as many forums say it still returns 1's
=RANKX(ALL(RTS[Asset Address]),CALCULATE(sum(RTS[Base Metered Demand TOD])))
I have a column called Asset Address then 12 months of data for each asset.
I wanted to rank my Base Metered Demand TOD column that is a decimal number based on the Asset Address column
Meaning I want rankings by asset address. I do not want other address numbers impacting the rankings of another address.
I am using this formula
=RANKX(ALL(RTS[Asset Address]),RTS[Base Metered Demand TOD])
It only returns 1's
If I switch to this as many forums say it still returns 1's
=RANKX(ALL(RTS[Asset Address]),CALCULATE(sum(RTS[Base Metered Demand TOD])))