Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Rank function with group by in M Query

Hi all

i have data like below table 

 

TypeValuepercentage
AA1100
AA280
AA390
AA370
BB110
BB240
BB330
BB450

 

i want to add a rank column by using percentage, based on the type 

 

i need this logic in M query, How can I achieve? 

 

TypeValuepercentagePercentage Descending Order based on Type
AA11001
AA2803
AA3902
AA3704
BB1104
BB2402
BB3303
BB4501