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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
capko
Helper II
Helper II

Filtering pareto

Hello,

 

I've a list of sales with a line each time an article is sold, the date and the sell amount. I've created a measure in order to do a Pareto analysis:

 

Pareto = 
VAR CostVar = [Total_Cost]
VAR All_CA = CALCULATE([Total_Cost],ALLSELECTED(Sales))

RETURN
DIVIDE(
SUMX(
    FILTER(
            SUMMARIZE(ALLSELECTED(Sales),Sales[Article],
                "CA", [Total_Cost]),
                    [CA] >= CostVar),
                        [CA]),
    Total_CA,0)

The result I obtain at the end is something like this:

 

capko_0-1680038446502.png

The only problem I have now it's that I cannot apply a filter on the CA[%].

 

Is there any way to apply a filter on this column up  to a certain value ?

 

3 REPLIES 3
amitchandak
Super User
Super User

@capko , Try like

 

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

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

Thanks for you support !

 

I'm trying to replicate the video but I'm facing several problems. The most important one: 'WINDOW' is not recognised as a function, as well as 'ORDERBY' (it recognize 'ORDER BY') 😕

 

Am I doing something wrong ?

Well, I've checked and the 'WINDOW' function seems to be a new one included in another version of Power BI than the one I'm allow to use at work... There is any other way of doing exactly the same using the version of Power BI 2.107 ?

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

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.