Forum Discussion
Recoil
3 years agoRegular Visitor
Rank Value Errors
Hello, I have a simple table on a canvas. It is reading from my table 'Data' and Contains one column for customer # and another column for "Absolute DnU Value" which is formatted as Currency. ...
- 3 years ago
you can try this
Measure = RANKX(all('Table'[customer]),CALCULATE(sum('Table'[Absolute value])))pls see the attachment below