Forum Discussion
D3K
4 years agoAdvocate 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 invo...
- 4 years ago
D3K , refer to the blog on the same topic.
https://radacad.com/create-row-number-for-each-group-in-power-bi-using-power-query
- 4 years ago
Hi,
You could use the article from Radcad :
https://radacad.com/create-row-number-for-each-group-in-power-bi-using-power-queryIf 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)
amitchandak
4 years agoSuper 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
DHPaul
1 year agoNew Member
Been a while since I have had to do this, thanks for the reminder!