Forum Discussion
dmoney7612
Helper II
5 years agoRank expression using a new measure
I am attempting to create a ranking expression for the YOY Sales columns in the matrix below. However, it appears I can only reference original columns from my table, and not the YOY formulas that we...
Jihwan_Kim
Super User
5 years agoHi,
thank you for your feedback.
Can you try to write the measure like below?
Rankingmeasure = rankx (allselected('drive data set'), [YOY Sales $ Growth],,Desc)
dmoney7612
Helper II
5 years agoEach ranking is "1" when using this measure.
- Jihwan_Kim5 years ago
Super User
Hi
Thank you for your feedback.
If it is OK with you, please share your sample pbix file, then I can come up with a more accurate measure.
thank you.
- dmoney76125 years ago
Helper II
It doesn't allow me to share .pbix file