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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Pareto Chart and table by Period

I have 5yrs of historical data where I need to provide a chart that tells me how many 'Customers' contributed to the Top 80% of sales

I have managed to get this far by using RANKX (Refer image)
1RANK = RANKX(ALL(lookupPartner[Partner Id w Name]),[Actuals Historical],,DESC)
Actuals Historical Cumulative = CALCULATE([Actuals Historical],TOPN([1RANK],ALLSELECTED(lookupPartner[Partner Id w Name]),[Actuals Historical]))

Actuals Historical Cumulative % = DIVIDE([Actuals Historical Cumulative], [Actuals Historical (partnerID all selected)])

Capture.JPG

Issues

1) I dont know how to write a DAX that only COUNT the number of customers giving me Top 80% of Sales (highlighted in Green in the image). I dont want to use to use the FILTER pane

2) I dont know how to write a DAX to help me provide below (including a bar chart)

FY16 FY17 FY18 FY19 FY20
No. Customers contributing to Top80% of Sales 100 85 95 110 115

0 REPLIES 0

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.