Forum Discussion
Anonymous
2 years agoNot applicable
Update with Sales Adjusted
I have below measure to rank customers by sales: Sales Amt = Var SalesOfAll= CALCULATE([Total Sales],REMOVEFILTERS(Groupcustomer[Groupcustomer])) Return IF( ISINSCOPE(Group...
Anonymous
2 years agoNot applicable
Hi Anonymous ,
I think you can use the rankx function for comprehensive sorting, if you can, share your sample data to better solve the problem for you.RANKX function (DAX) - DAX | Microsoft Learn
Hope it helps!
Best regards,
Community Support Team_ Scott Chang
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.