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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
mturcotte_epq
Advocate I
Advocate I

RANKX Problem

I have been using the following formula with RANKX successfully with various tables, but I'm running into an issues where different values get the same rank with the following report:

 

G - Rank =
VAR temp = SUM ( RANKX_Problem[G] )
RETURN
   IF (
       temp = 0;
       BLANK ();
       RANKX (
                    ALLSELECTED ( RANKX_Problem );
                    CALCULATE (
                                         SUM ( RANKX_Problem[G] )
                                        );
                    ;
                    ;
                    Dense
       )
   )

 

 

Notice 201706 has value G=62 and gets RANK 1 correctly, but so does 201702 with G=44

RANKX_Problem.png

 

Any help appreciated!

 

Thanks,

 

MT

5 REPLIES 5
v-eachen-msft
Community Support
Community Support

Hi @mturcotte_epq ,

 

I created a similar file as yours but I don't have these issues. You could get slicer by creating an independent table. Could you share your files?

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

Ok I managed to post the file on my One Drive:

 

https://1drv.ms/u/s!ArclD4PLnaKAnxHB4m7EAzuthu6e?e=QWP7ft

 

Please let me know what I might have overlooked that could explain this unintended behavior for RANKX.

 

Thanks, MT

 

Actually, please disregard the link posted in my last message as it appears to be a corrupted version of the report I created to illustrate the problem.

 

Instead, please use this link below to a ZIP file containing the report:

 

https://1drv.ms/u/s!ArclD4PLnaKAnxKraQDXUakCrlEb?e=7fa5lx

 

I created a few columns that also exhibit the unintended behavior of RANKX for non-zero values in columns.

 

Once again, any help appreciated.

 

Thanks, MT

kentyler
Solution Sage
Solution Sage

You have 11 different  values, but the measure only returns ranks of 1 to 3. What is your intention ?





Did this post answer your question? Mark it as a solution so others can find it!

Help when you know. Ask when you don't!




Join the conversation at We Talk BI find out more about me at Slow BI


I'm sorry, I thought my intention was obvious...

 

I would like "G - Rank" to contain the ranks from 1 to 11 based on the values of G.

 

So G=62 would have G-Rank=1

G=44 would have G-Rank=2

G=37 would have G-Rank=3

...

 

Thanks, MT

 

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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