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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors