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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

Pareto Analysis for Top N account based on closed Date Filter selection

Hi All,

I have attached workbook in below URL

Pareto Analysis.pbix 

 

I have Two Filter Top N Account Selection Filter and Close Date Range Filter

 

Top N = 5

Close Date Range = 02/10/2015 to 03/13/2017

 

Based on sales value account was ranked

A.png

I want to do Pareto Analysis only for These 5 accounts (because Top N = 5), but in below screen it shows all Account 

 

B.png

 

To Remove Unwanted account i have used Is Top N account = 1

 

It shows Only Top 5 account But Cumulative % Line value was Wrong 

 

c.png

 

How can I do Pareto analysis only for Top N account based on closed Date Filter Value?

 

Please share your Knowledge (Source File: Pareto Analysis.pbix )

 

@v-lid-msft , @Zubair_Muhammad ,@

 

1 ACCEPTED SOLUTION
v-chuncz-msft
Community Support
Community Support

@Anonymous 

 

Remove the visual level filter and use measures below instead.

Measure =
IF ( [Rank] <= SELECTEDVALUE ( 'Table 2'[Top N Filter] ), [$ Sales] )
Measure 2 =
IF ( [Rank] <= SELECTEDVALUE ( 'Table 2'[Top N Filter] ), [Cumulative %] )
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-chuncz-msft
Community Support
Community Support

@Anonymous 

 

Remove the visual level filter and use measures below instead.

Measure =
IF ( [Rank] <= SELECTEDVALUE ( 'Table 2'[Top N Filter] ), [$ Sales] )
Measure 2 =
IF ( [Rank] <= SELECTEDVALUE ( 'Table 2'[Top N Filter] ), [Cumulative %] )
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Thank You 

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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