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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

How to show ratings given to top n customers based on their order amount

Hi All

I want to show the ratings (e.g. - Poor, Good, Excellent) given to my top n customers ( top n cutomers I am getting based on their order amount).
Is it possible to plot how many of my Top N customers have got either poor or good or excellent rating in pie chart

2 REPLIES 2
PaulOlding
Solution Sage
Solution Sage

Hi,

There's a few assumptions here because it's not clear what format your data is in.

I loaded this data:

PaulOlding_0-1632256402747.png

We'll need 2 simple measures:

Customer Count = DISTINCTCOUNT('Table'[Customer])
Order Amt = SUM('Table'[Order Amount])
 
Set up a pie chart like so:
PaulOlding_1-1632256521387.png

Then add a visual level filter to get the Top N

PaulOlding_2-1632256655248.png

 

 

Anonymous
Not applicable

Thanks for your response, really appreciate but need to create measure to find the top n customers and their order amount that is already been done. Please refer to the solution for a similar situation(there top n locations have been retreived on sum of loss amount) given by @OwenAuger in Solved: Re: Top N Locations based on 2 measures - Microsoft Power BI Community, I need to get the ratings for Top N customers (based on their order amounts.

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.