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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

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
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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