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

See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap

Reply
Anonymous
Not applicable

Visual pane filter messes up ranking

I was trying to get the top 3 of my customers using the following measure:

 

Rankingmeasure = IF(NOT ISBLANK([_Measure1]) ,RANKX(ALLSELECTED('Customer Attributes'[Parent_co]), [_Measure1]))
 
And it seems to work 
 
1.PNG
 
But when I introduce a visual pane filter to limit it to the top 3 it goes all weird. Very weird.
 
2.PNG
 
Why is this?? Only 1 other slicer active, that is slicing the customer table.
2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , Use TOPN

 

example

CALCULATE([measure],TOPN(5,all(Table[Project]),[Measure],DESC),VALUES(Table[Project]))

 

Learn Power BI: Dynamic TOPN using TOPN/Window and Numeric parameter: https://youtu.be/vm2mdEioQPQ

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

I know I can use TOPN. I'm trying to troubleshoot to deeper my understanding of DAX.

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

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