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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
akshay2204
Frequent Visitor

RankX

Hi,

I have used rankx function to calculate the top customers by GM Impact. I need to show top 5 customers 

As you see in this image  1 when no filter is selected from filter pane we can see all the ranks 

akshay2204_0-1692364662572.png  

 

But as I select top 5 using Rank_Gm measure then I can only see 4 records I need to see 5 records

akshay2204_1-1692364741050.png

The dax used for rankx is as follows

Rank Gm =
 RANKX(ALLSELECTED(Sales[Customer]),[GM_Imp],,Desc,Dense)

 

 

3 REPLIES 3
punitkhatri
Helper III
Helper III

Hello @akshay2204  use TOP N in advanced filtering option. This will solve your problem.

v-yanjiang-msft
Community Support
Community Support

Hi @akshay2204 ,

If the problem has not been resolved, would you like to provide the pbix without sensitive data, I can't reproduce the problem.

 

Best regards,

Community Support Team_yanjiang

mlsx4
Super User
Super User

Hi @akshay2204 

 

Maybe your problem is that it is counting the total as one row (even if you have hidden it). Here is a possible solution: https://community.fabric.microsoft.com/t5/Desktop/RANKX-for-Top-5-Facilities-by-number-of-successes/...

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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