Good day all,
I wish to rank the scores column such that the highest number take 1st position=1st. The second largest number takes the second position etc. Where there are ties ,give them same ranking order.say scores=140 occurring twice is placed 3rd.So in this case the scorers will have the same ranking
| Scores | B2 | B4 | Rank |
|---|---|---|---|
| 130 | A2 | A1 | |
| 180 | B3 | ||
| 140 | A2 | 2 | |
| 130 | A2 | A1 | |
| 200 | A1 | ||
| 140 | A2 | 2 |
The challenge is how do I achieve this using powerquery.
Thank you.
