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
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

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
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.