Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
GeoSans
New Member

Ranking columns

Hello!

I have the following table:

StudentExercise 1Exercise 2Exercise 3
Merry542
John865
Pedro275

 

I would like to visualize a ranking with the exercise in order to see which one were easier for the students and which were the hardest for them.

How can I do this?

 

Thank you!

1 ACCEPTED SOLUTION
olgad
Super User
Super User

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

olgad_1-1709647268919.png

 

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

 

 

olgad_0-1709647250785.png

 


DID I ANSWER YOUR QUESTION? PLEASE MARK MY POST AS A SOLUTION! APPRECIATE YOUR KUDO/LIKE!
PROUD TO BE A SUPER USER!
Best Stories, Interesting Cases: PowerBI Storytime Newsletter
Linkedin Profile: Linkedin
YouTube Channel: PowerBI Storytime

View solution in original post

5 REPLIES 5
AmiraBedh
Super User
Super User

For each exercise, you would create a measure like this:

Average Exercise 1 = AVERAGE(YourTableName[Exercise 1])
Average Exercise 2 = AVERAGE(YourTableName[Exercise 2])
Average Exercise 3 = AVERAGE(YourTableName[Exercise 3])

 

AmiraBedh_0-1709647501395.png

 


Proud to be a Power BI Super User !

Microsoft Community : https://docs.microsoft.com/en-us/users/AmiraBedhiafi
Linkedin : https://www.linkedin.com/in/amira-bedhiafi/
StackOverflow : https://stackoverflow.com/users/9517769/amira-bedhiafi
C-Sharp Corner : https://www.c-sharpcorner.com/members/amira-bedhiafi
Power BI Community :https://community.powerbi.com/t5/user/viewprofilepage/user-id/332696
olgad
Super User
Super User

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

olgad_1-1709647268919.png

 

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

 

 

olgad_0-1709647250785.png

 


DID I ANSWER YOUR QUESTION? PLEASE MARK MY POST AS A SOLUTION! APPRECIATE YOUR KUDO/LIKE!
PROUD TO BE A SUPER USER!
Best Stories, Interesting Cases: PowerBI Storytime Newsletter
Linkedin Profile: Linkedin
YouTube Channel: PowerBI Storytime

I created a mesure called Score doing Sum(Values) but it returns me the same number

GeoSans_0-1709650605573.png

 

GeoSans
New Member

Hi Olgad!

I would like to see it in a table ordered by from the hardest to the easiest ones but I'm one to visualize it in a different way

olgad
Super User
Super User

How would you like to display it in your report? What shall be the output, please? Exercise 2 is the hardes, 1 is following and 3 or?


DID I ANSWER YOUR QUESTION? PLEASE MARK MY POST AS A SOLUTION! APPRECIATE YOUR KUDO/LIKE!
PROUD TO BE A SUPER USER!
Best Stories, Interesting Cases: PowerBI Storytime Newsletter
Linkedin Profile: Linkedin
YouTube Channel: PowerBI Storytime

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.