Forum Discussion
Dynamic ranking
Hi All,
Please help me on dynamic Ranking in Column Not in Measure.....
i have created the rank column by brand wise and i applied any filters the rank is not comeing correctly . i am useing formula for rank in column=
how to create the dynamic ranking in columns not in Measure..
applying filter as gender and brand
with applying filter as brand
3 Replies
- v-juanli-msftCommunity Support
Hi Anonymous
Create measures
Measure = SUM(Sheet6[Index]) Measure 2 = RANKX(FILTER(ALLSELECTED(Sheet6),[Brand]=MAX(Sheet6[Brand])),[Measure],,DESC)
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- AnonymousNot applicable
Hi,, thank you for your quick reply
but i need to create the same thing in calculated columns not in measures. if its possible to create the same thing in calculated columns????
Because i need to use the calculated column in matrix visual columns... Measures we can not used in the columns..
please help me on this issuse......
- v-juanli-msftCommunity Support
Hi Anonymous
It is impossible for a calcuated column to change dynamic based on selection.
Best Regards
Maggie