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

Need help setting up measures for Pareto Analysis of Data

I'm trying to implement Pareto analysis in my reports, but am unable to do so.

Specifically, when it comes to cumulative running totals and percentages, I am using the following DAX formula:

CALCULATE(
SUMX(
        'Ordini Aperti',
        [Importo Consegna]
    ),
    [Rank] < =
MAXX('Categorie Articoli', [Importo Consegna]))

 But I'm getting the error "A function 'PLACEHOLDER' has been used in a TRUE/FALSE expression that is used as a table filter expression. This is not allowed.".

As far as I can tell, this is depending on the usage of the [Rank] measure inside the filter expression in my measure.

How should I go about this?

1 REPLY 1
amitchandak
Super User
Super User

@Anonymous , refer

Power BI Window function- Pareto Analysis, 80% of sales, Order by on Measure: https://www.youtube.com/watch?v=UVxiLc_AzSs

 

https://exceleratorbi.com.au/pareto-analysis-in-power-bi/

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

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

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Kudoed Authors