Forum Discussion
Haidannx
6 years agoHelper I
Ranking by category
Hello guys, I`ve a data set like below: Request id Price 456 $1568 456 $1569 456 $1570 456 $1571 456 $1572 456 $1573 456 $1574 456 $1575 456 $1576 4...
- Anonymous6 years ago
Haidannx
Use the rankx function to create the column.Rank Column = RANKX(FILTER('Table','Table'[Request id]=EARLIER('Table'[Request id])),'Table'[Price],,DESC,Dense)Paul Zheng
Anonymous
6 years agoNot applicable
Haidannx
Use the rankx function to create the column.
Rank Column = RANKX(FILTER('Table','Table'[Request id]=EARLIER('Table'[Request id])),'Table'[Price],,DESC,Dense)
Paul Zheng