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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.