Forum Discussion
Anonymous
2 years agoNot applicable
Ranking
Hi there, This is my very first post here in the community, so I hope I'm doing it in the right way 🙂 I need some help with creating a dax formula for the table "Commodity" , that shows the ...
Dangar332
Resident Rockstar
2 years agohi, Anonymous
try below measure
rank1 =
RANK(SKIP,ALL('rank'),ORDERBY('rank'[contracted quantity],ASC))
Anonymous
2 years agoNot applicable
Dangar332 Jihwan_Kim thanks for trying.
I manage to solve it with Calculate and All functions.
Have a nice day!