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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

Rank with duplicates

I have a column that has days since trade  from today, so a trade yesterday would be 1, day before 2 etc. We do many trades to there could 100 trades designated with a 2. How could I rank this column? There can be gaps in the days since trade if there is a day when no trades are done - like weekends. I am looking for something that would return something like this - easy enough to do in excel:

 

Days since tradeRank
11
11
11
11
22
22
22
43
43
43
74
74
74
74
4 REPLIES 4
Anonymous
Not applicable

Thank you, I used this language:

Rank Calc = RANKX('Sheet1',Sheet1[Days since Trade],,ASC,Dense)

 

 

But get this?

 

jtbold2_0-1631730030479.png

 

amitchandak
Super User
Super User

@Anonymous , try a new column like

 

rank = rankx(Table,[Days since trade],,asc,dense)

Anonymous
Not applicable

thanks I get a 'Token Literal expected" error

@Anonymous , Please find the attached file after signature

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.