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
Anonymous
Not applicable

RankX return many 1s

Hello all,

 

Iam trying to rank the customerNumber based on the sales. Top sales as 1 and next as 2 and so on .. But I get lot of rank values as 1. 

 

This is how I am getting.

CustomerNumberCustomerNameSales$Rank
16290A4302341
3874B428866
16364C3642071
14920D3642071

 

I am expecting something like below.

CustomerNumberCustomerNameSales$Rank
16290A4302341
3874B4288662
16364C3642073
14920D364207

4

 

I used this : 

Rank = RANKX(ALL('DC-R Ace'[CustomerNumber]),CALCULATE(SUM('DC-R Ace'[EachesCost])),,DESC)
 
Where am I doing wrong. Please help.
 
Thanks
1 ACCEPTED SOLUTION
AnkitBI
Solution Sage
Solution Sage

For your case, Use below

 

Rank = RANKX(ALL('DC-R Ace'[CustomerNumber],'DC-R Ace'[CustomerName]),CALCULATE(SUM('DC-R Ace'[Sales$])),,DESC)

Thanks
Ankit Jain

Do Mark it as solution if the response resolved your problem. Do like the response if it seems good and helpful.

View solution in original post

4 REPLIES 4
AnkitBI
Solution Sage
Solution Sage

For your case, Use below

 

Rank = RANKX(ALL('DC-R Ace'[CustomerNumber],'DC-R Ace'[CustomerName]),CALCULATE(SUM('DC-R Ace'[Sales$])),,DESC)

Thanks
Ankit Jain

Do Mark it as solution if the response resolved your problem. Do like the response if it seems good and helpful.

Anonymous
Not applicable

@AnkitBI  Thanks a ton for the help.
I ve realized that We are supposed to add all the columns to the DAX formula that we are adding on to the visual. 

AnkitBI
Solution Sage
Solution Sage

In your fromual what is [EachesCost] ?

Anonymous
Not applicable

Sorry for the inclmplete data..
DC-R Ace is the table,
[Eachescost] is the Sales$ column.

 

 

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.