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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
Jay__
Regular Visitor

Rankx function displaying 1 for all rows even after using all

Hi,

 

I am unable to get correct results with rankx function, can anyone please help me what an i doing wrong in the dax?
every row is returning rank as 1.

Jay___0-1682581437516.png

 

@olgad 

2 REPLIES 2
Anonymous
Not applicable

Hi  @Jay__ ,

 

You can modify your formula:

Measure =
RANKX(
    ALL('vendors by total appntmts'),
    CALCULATE(SUM('vendors by total appntmts'[total_appntmts])),,DESC,Dense)

Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you

 

This is the related document, you can view this content:

Solved: Rankx all return 1 - Microsoft Power BI Community

Solved: RankX gives all 1 - Microsoft Power BI Community

powerbi - power bi RANKX returning 1 for all rows - Stack Overflow

 

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

lbendlin
Super User
Super User

is that a measure or a calculated column?

 

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

Helpful resources

Announcements
October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.