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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
BI_Nooby
Frequent Visitor

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

@BI_Nooby , 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

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

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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