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
Sab
Helper V
Helper V

Help me fix RANKX

Hello,

 

I have a table with many columns, among which are Area and the Value. I want to rank the Areas by the Sum of Value. I have created Total Value measure which is a simple SUM of Value. Then I have created these two Rankx measures, which are similar but the first one sort DESC and the second one ASC.

 

See in the screenshot what I get:

Sab_0-1629371379768.png

So it works for only 1 Area and all other areas have the same rank value, either 1 or 75 (which is the count of areas -1)

 

:((((

 

1 ACCEPTED SOLUTION
Sab
Helper V
Helper V

This is crazy, just created another table from the original one by applying a simple filter:
 
ALL_2 = FILTER('All', 'All'[Area] <> "World")
 
and when created rank measures against this table, they do work!!!
 

View solution in original post

7 REPLIES 7
Sab
Helper V
Helper V

This is crazy, just created another table from the original one by applying a simple filter:
 
ALL_2 = FILTER('All', 'All'[Area] <> "World")
 
and when created rank measures against this table, they do work!!!
 
v-yalanwu-msft
Community Support
Community Support

Hi, @Sab ;

I tested it ,and it is right .can you share your [Total Value] 's measure ,may be it will helpful to  this error.

Rank asc = RANKX(ALL('Table'),[Total value],,ASC)

vyalanwumsft_0-1629698400285.png

Or  could you make a simple data and share with us?

Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Fowmy
Super User
Super User

@Sab 

Use ALLSELECTED ( 'ALL'[AREA] ) instead of ALL ( 'ALL'[AREA] ) inside your RankX function

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Still same result:

Sab_0-1629378042981.png

 

@Sab 

Without enough information, it's hard to make assumptions. make dummy files with sample data and share them. 

Check your data model and the relationships.

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

selimovd
Super User
Super User

Hey @Sab ,

 

the formula looks good.

Can you share the file? There must be something wrong.

 
Best regards
Denis
 

Hi, unfortunately I can't share it 😞

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.