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
mr_felix
New Member

RANKX wrong results

Hello everyone,

for some reason my rankx function doesn't show the right result.

thank you!

rankx.PNG

1 ACCEPTED SOLUTION

I finally made it work by changing the variable type of my columns so i guess there was a conversion problem somewhere. Thank you for your answer and have a good day.

View solution in original post

3 REPLIES 3
MFelix
Super User
Super User

Hi @mr_felix,

 

Without any further information on your data is difficult to see what is the issue try to change your measure to:

 

Test4 =
RANKX (
    ALL ( Transaction[Courtier]; Transaction[#Volume transigé] );
    CALCULATE ( SUM ( Transaction[#Volume transigé] ) );
    ;
    DESC
)

Sometimes the columns you add to your table visual impact in the measure context so the result may not be the correct one.

 

Again without any addtional information is difficult, can you share a sample of the data model or a sample file?

 

If information is sensitive share it trhough private message.

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



I finally made it work by changing the variable type of my columns so i guess there was a conversion problem somewhere. Thank you for your answer and have a good day.

Hi @mr_felix,

 

That is strange because the function should work even with decimals. Maybe something in your model.

 

But glad it's solved.

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



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.