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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

Problem with pareto

Hi Power BI Community! I count on your expertise.

Pareto nervt.PNG

 You can see that the pareto line is wrong.
I use this measure:

pareto SAP = var total = calculate(COUNT('Stammdaten (3)'[ID]); ALLSELECTED('Stammdaten (3)'))
var currentnumber = count('Stammdaten (3)'[ID])
var summarizetable= SUMMARIZE(ALLSELECTED('Stammdaten (3)');'Stammdaten (3)'[SAPPartNumber]; "Revenue"; COUNT('Stammdaten (3)'[ID]))
var cumulativesum = SUMX(filter(summarizetable; currentnumber <=[Revenue]);[revenue])
return cumulativesum/total*100

I use this exact measure by another pareto chart and it looks fine. What can I do?

Thank you for your time.

1 ACCEPTED SOLUTION

Hi, @Anonymous 

Currently we  can only judge that the [PARATO SAP] value of these three rows of data does not exist.
Without the original data , it is difficult to figure out the specific reason.
What should the result in  three rows look like? If possible,please upload a sample pbix file to OneDrive for testing .
 
Best Regards,
Community Support Team _ Eason

View solution in original post

7 REPLIES 7
v-easonf-msft
Community Support
Community Support

Hi , @Anonymous 

Could you please tell me whether your problem has been solved?
If yes, you could share your own solution here.

For now, there is no content of description in the thread.

 

Best Regards,
Community Support Team _ Eason

vanessafvg
Super User
Super User

are you able to provide some dummy data?





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




Anonymous
Not applicable

Here you go. Its not the real data. 

Data Pareto.PNG

Hi @Anonymous ,

 

It's hard to understand that why you say the chart is wrong?

 

Based on your sample data screenshot, the chart looks right to me.

 

Please elaborate if I am missing anything here.

 

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

Anonymous
Not applicable

My problem is why is there no data in the first rows? 
Why does the pareto line starts in the middle and not at the beginning of the chart?

Thanks for your reply

Hi, @Anonymous 

Currently we  can only judge that the [PARATO SAP] value of these three rows of data does not exist.
Without the original data , it is difficult to figure out the specific reason.
What should the result in  three rows look like? If possible,please upload a sample pbix file to OneDrive for testing .
 
Best Regards,
Community Support Team _ Eason

Hi @Anonymous ,

 

First thing try to tag the person whom you are replying to.

 

In order to understand why there is no data for top 3 rows, you will have to check your raw data.

Try sharing the raw data here if possible.

 

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

Helpful resources

Announcements
September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Top Solution Authors