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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Scoring quiz calculation

Dear all, 

 

I am building a power bi dashboard for tracking quiz scores, the table looks as follows: 

 

Question nr. team 1team 2team 3team 4Round nr. 
1.233031
1.300331
1.433331
1.500331
1.633331

 

The values in the cells are scores per question. I would need to get the team name back in a card with the highest overall score (winner of the quiz). I tried to build a new table or with unpivoting the columns but I seem to have issues with the conditional part of the question. 

 

Could someone help me with this? 

Thank you in advance! 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Highest score by round, by overall etc

 

Once you unpivot teams, You can have Rank or TON by team

 

Or by Team/round and find the top

 

example

 

CALCULATE(max(Table[Team]),TOPN(1,allselected(Table[Team] ),calculate(sum(Table[score]))  ,DESC),VALUES(Table[Team]))

 

For Rank Refer these links
https://radacad.com/how-to-use-rankx-in-dax-part-2-of-3-calculated-measures

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , Highest score by round, by overall etc

 

Once you unpivot teams, You can have Rank or TON by team

 

Or by Team/round and find the top

 

example

 

CALCULATE(max(Table[Team]),TOPN(1,allselected(Table[Team] ),calculate(sum(Table[score]))  ,DESC),VALUES(Table[Team]))

 

For Rank Refer these links
https://radacad.com/how-to-use-rankx-in-dax-part-2-of-3-calculated-measures

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors