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 September 15. Request your voucher.

Reply
Yinka_212
New Member

Return the total bottom 10 values

Hi,

 

I will like to return the total bottom 10 values ,only the total. i already used Ranx function but it returned all bottom 10 with no totals, anyone here to help please?

e.g Bottom numbers are 1,2,3,4,5, I want to return 15 only

1 ACCEPTED SOLUTION
v-jingzhang
Community Support
Community Support

Hi @Yinka_212 

 

You can use TOPN and then SUMX them. Create a measure like below

Measure = SUMX(TOPN(10,'Table','Table'[Column1],ASC),'Table'[Column1])

vjingzhang_0-1674092745101.png

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

 

View solution in original post

1 REPLY 1
v-jingzhang
Community Support
Community Support

Hi @Yinka_212 

 

You can use TOPN and then SUMX them. Create a measure like below

Measure = SUMX(TOPN(10,'Table','Table'[Column1],ASC),'Table'[Column1])

vjingzhang_0-1674092745101.png

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors