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
harshnathani
Community Champion
Community Champion

Create a Rank Index Column in Power Query

Hi Community Members,

 

I have a column ID with values  50, 70, 10, 5, 95, 100, 100, 225

 

I want to create an index column (1 - 8 )such that the lowest value in the ID column gets the value 1 and the highest in the id column gets value 8.

 

Here 5 will get index value 1, 10 will get index value 2 ........ 225 will get index value 8.

 

I can do it using rankx but want to try this in Power Query.

 

Regards,

Harsh Nathani

1 ACCEPTED SOLUTION
Mariusz
Community Champion
Community Champion

Hi @harshnathani 

 

Sure, just add 2 steps 

1. sort you values column in Ascending order.

image.png

2. Add an Index column as below, click on the small down arrow next to index column and select "from 1" or adjust the code to start from 1 after.

image.png

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
LinkedIn

 

View solution in original post

1 REPLY 1
Mariusz
Community Champion
Community Champion

Hi @harshnathani 

 

Sure, just add 2 steps 

1. sort you values column in Ascending order.

image.png

2. Add an Index column as below, click on the small down arrow next to index column and select "from 1" or adjust the code to start from 1 after.

image.png

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
LinkedIn

 

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.

Top Solution Authors
Top Kudoed Authors