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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
gluizqueiroz
Resolver I
Resolver I

Problem with simple rankx

SalesPersonSalesMeasure Rankx
Jonh1001
Mary802
Tom803
Eli704
Clark505
Anne406


I wanna make a simple RANKX but I'm having some problems, my RANKX is the following:

Measure RANKX = RANKX(ALLSELECTED(BI_Sales[SalesPerson]); [Sum_Sales]))
Sum_Sales = SUM(BI_Sales[Sales])

I have done a simple RANK like this in other projects and it works. 
Someone knows what can cause it?

1 ACCEPTED SOLUTION
Ashish_Mathur
Super User
Super User

Hi,

If you are wondering why the rank is the same, it is probably because there are decimal numbers in the sales figures.  Check your source data.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

3 REPLIES 3
Ashish_Mathur
Super User
Super User

Hi,

If you are wondering why the rank is the same, it is probably because there are decimal numbers in the sales figures.  Check your source data.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
amitchandak
Super User
Super User

Not Sure , I for the issue completely. Given all or table name instead of  all selected

 

Measure RANKX = RANKX(ALL(BI_Sales[SalesPerson]); [Sum_Sales]))
Measure RANKX = RANKX((BI_Sales); [Sum_Sales]))

 

Refer for rank

 

https://radacad.com/how-to-use-rankx-in-dax-part-2-of-3-calculated-measures

TCarrasquillo
Helper II
Helper II

I'm not sure what problem you are having. Did you want the ranking to be tied between the 2 that have the same sales?  I'm pretty sure that you can specify the ties portion of a rankx measure with Dense or Skip

so the measure would look like..... Rankx(all selected(table); [measure],,dense))

 

I'm pretty sure that dense is the one that would give you 2 Rank 2's but I'd try both options and see what's better

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.