Forum Discussion
Anonymous
7 years agoNot applicable
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 u...
v-juanli-msft
7 years agoCommunity 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.
- Anonymous7 years agoNot 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-msft7 years agoCommunity Support
Hi Anonymous
It is impossible for a calcuated column to change dynamic based on selection.
Best Regards
Maggie