Forum Discussion
Anonymous
5 years agoNot applicable
Least value by date
My Dax : least_rank = RANKX(ALLEXCEPT(Data,Data[Date]),[Site Open %],,DESC,Dense) I want to get ranks based on site open % which is itself a measure. and then use the rank to filter lowes...
- Anonymous5 years ago
It is working now.
Thanks!
Anonymous
5 years agoNot applicable
It is working now.
Thanks!