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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
D3K
Advocate II
Advocate II

Index incrementation inside a group of values. Power Query

Hey Everyone!

 

Can't figure it out, how to find a solution for the next case. 

We got a list of invoices, that content one or a few items inside.

And then we number a rows with INVOICES. If invoice has more then one record, it's number repeats.

The question is how to add such column in POWER QUERY (column B on the image), that will contain kind of internal index for every invoice? And it has to be started from 20 and increments by 20 for every next row.

New invoice - countintg starts from 20 again.

Please the image below

Any help will be highly appresiated! Thanks a lot!

2022-07-21_04-49-31.png

 

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@D3K , refer to the blog on the same topic.

https://radacad.com/create-row-number-for-each-group-in-power-bi-using-power-query

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

View solution in original post

MahyarTF
Memorable Member
Memorable Member

Hi,

 

You could use the article from Radcad :
https://radacad.com/create-row-number-for-each-group-in-power-bi-using-power-query

If you want to start from 20 and increment by 20 use below M query in Add Custom column section :
Table.AddIndexColumn([Count], "Index", 20, 20)

Mahyartf

View solution in original post

3 REPLIES 3
D3K
Advocate II
Advocate II

@amitchandak @MahyarTF 
Thanks a lot! Exactly what I need! 👍

MahyarTF
Memorable Member
Memorable Member

Hi,

 

You could use the article from Radcad :
https://radacad.com/create-row-number-for-each-group-in-power-bi-using-power-query

If you want to start from 20 and increment by 20 use below M query in Add Custom column section :
Table.AddIndexColumn([Count], "Index", 20, 20)

Mahyartf
amitchandak
Super User
Super User

@D3K , refer to the blog on the same topic.

https://radacad.com/create-row-number-for-each-group-in-power-bi-using-power-query

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.