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

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

Reply
wesentadesse99
Frequent Visitor

TOPN

Dear Team,

I want to know the bottom 10 rank of the follwoing data. The requirement is the  bottom 10 lowset performer student(%) but for those students have equal point(performance) we need to consider again the lowest bonus.

Student NamePerformance(%)Bonus
Name130%1
Name230%3
Name330%5
Name430%6
Name530%7
Name630%9
Name730%11
Name830%12
Name930%14
Name1030%16
Name1130%17
Name1240%18
Name1350%19
Name1460%20
Name1570%21
Name1680%22
Name1790%24

regards, 

1 ACCEPTED SOLUTION
v-jialluo-msft
Community Support
Community Support

Hi @wesentadesse99 ,

 

Please follow these steps:

(1) Create a new table

Table 2 = TOPN(10,'Table','Table'[Performance(%)],ASC,'Table'[Bonus],ASC )

Table 3 = TOPN(10,'Table','Table'[Performance(%)],DESC,'Table'[Bonus],ASC)

 

(2)Final output

vjialluomsft_0-1669016037631.png

 

If neither table is what you need, please state the correct output.

 

Best Regards,

Gallen Luo

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-jialluo-msft
Community Support
Community Support

Hi @wesentadesse99 ,

 

Please follow these steps:

(1) Create a new table

Table 2 = TOPN(10,'Table','Table'[Performance(%)],ASC,'Table'[Bonus],ASC )

Table 3 = TOPN(10,'Table','Table'[Performance(%)],DESC,'Table'[Bonus],ASC)

 

(2)Final output

vjialluomsft_0-1669016037631.png

 

If neither table is what you need, please state the correct output.

 

Best Regards,

Gallen Luo

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks a lot.

Helpful resources

Announcements
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 Kudoed Authors