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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
cosminc
Post Partisan
Post Partisan

index table in DAX based on Sales

Hi all,

i have a simple table like below and i need to add an index based on descending order of Sales

Salesmen   Sales

George          10

Ana                50

Jane               30

 

and need

 

Salesmen   Sales    Index

George          10         3

Ana                50         1

Jane               30          2

 

 

can you help me with this?

Thanks,

Cosmin

1 ACCEPTED SOLUTION
PattemManohar
Community Champion
Community Champion

@cosminc  Please try this as a New Column

 

Index = RANKX(Test294Rank,Test294Rank[Sales],,DESC)

image.png





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

Proud to be a PBI Community Champion




View solution in original post

2 REPLIES 2
PattemManohar
Community Champion
Community Champion

@cosminc  Please try this as a New Column

 

Index = RANKX(Test294Rank,Test294Rank[Sales],,DESC)

image.png





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

Proud to be a PBI Community Champion




Thanks!

Cosmin

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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