Forum Discussion
darshaningale
Resolver II
3 years agoRank based on category column
I have three columns Category , subcategory and Amount column. I am adding category , subcategory and sum of amount column in table. I want to calculate rank (sum of amount column) based on only Ca...
- 3 years ago
Sorry I think this measure should be helpful.
Rank = RANKX(ALLSELECTED('Table'[SubCat]),CALCULATE(SUM('Table'[Amount])))Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
darshaningale
Resolver II
3 years agoYou are a lifesaver. Thank you..What if I want to add some filters to this ??
v-jingzhang
Community Support
3 years agoWhich kind of filters? Can you provide some examples?