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 ...
Jihwan_Kim
Super User
2 years agoHi,
Please check the below picture and the attached pbix file.
Contract Qty: =
SUM( sales[Contracted Quantity] )
Ranking by physical commodity =
RANK (
SKIP,
ALL ( 'Physical Commodity'[Physical Commodity] ),
ORDERBY ( [Contract Qty:], DESC )
)- Anonymous2 years agoNot applicable
Hi Jihwan_Kim ,
Thanks for the suggestion, but it does not work 😞
If I add "Date" to the the table it's messing up with the rank.
Thanks,
Georgiana