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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
TylerVono
Helper III
Helper III

Pareto Chart - Inverting the Cumulative % Line Chart - Support Needed

Hello, I am trying to get help in inverting my line chart to show a true Pareto. Does anyone know how to invert a line here? Maybe a cheat way?

 

Here are my measures:

 

Y-Axis:

CumulativeMeasure = CALCULATE(COUNTROWS ('Table' ), WINDOW (1,ABS,0,REL,ALL('Table'[Category]),ORDERBY(CALCULATE(COUNTROWS()))))
 
Line Y-Axis:
Cumulative Percent = DIVIDE([CumulativeMeasure],calculate([Total Count]))
 

TylerVono_0-1683651496783.pngTylerVono_1-1683651512140.png

Here is what I want it to look like:

 

TylerVono_2-1683651585398.png

File: 

https://www.dropbox.com/s/8n9hl1paweurr8o/Past%20Due%20Summary%20%285%29.pbix?dl=0

 

2 REPLIES 2
amitchandak
Super User
Super User

@TylerVono , refer

Power BI Window: Pareto Analysis Again, 80% of sales, Order by Measure when REL position is used: https://youtu.be/GpoITi_tRIw

 

You can refer the attached file on my data

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

I do not see this as a solution. Here are my entries:

 

X-Axis: Category

Y-Axis:

CumulativeMeasure = CALCULATE(COUNTROWS ('Table'), WINDOW (1,ABS,0,REL,ALL('Table'[Category]),ORDERBY(CALCULATE(COUNTROWS()))))
 
Line Y-Axis =
Cumulative Percent = DIVIDE([CumulativeMeasure],calculate([Total Count],ALLSELECTED()))
 
The Line Y-Axis is what I need to invert.
 
Here is another problem... my Cumultative Total is not cumming up correctly, it is showing a total 461 less than the Cumulative Measure
 
This is my Cumulative Total, its not summing correctly. Which makes the cumulative percent at 1.15
 
CumulativeTotal = calculate('Table'[Count],filter(allselected('Table'),'Table'[Category]<=MAX('Table'[Category])))
 
TylerVono_0-1683733225960.png

 

https://www.dropbox.com/s/8n9hl1paweurr8o/Past%20Due%20Summary%20%285%29.pbix?dl=0

 

 

 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.