Forum Discussion

GeoSans's avatar
GeoSans
New Member
2 years ago
Solved

Ranking columns

Hello! I have the following table: Student Exercise 1 Exercise 2 Exercise 3 Merry 5 4 2 John 8 6 5 Pedro 2 7 5   I would like to visualize a ranking with the exercise i...
  • olgad's avatar
    2 years ago

    In Power Query Editor, pick Ex 1, 2,3 columns, right click-unpivot columns

     

    Then, create a score measure Sum(Value) or Avg(Value)
    Then Rank measure: