Hello - I want to be able to in power query to take a list of records and create new copys of each record based on a quantity column.
As a example, I provided a few fields, but I will like for it to copy the entire row as I have 20+ columns.
Current Result
Item Quantity
1234 2
5678 5
Desired Result
Item Quantity New Quantity
1234 2 1
1234 2 1
5678 5 1
5678 5 1
5678 5 1
5678 5 1
5678 5 1
Thanks in advance.
As a example, I provided a few fields, but I will like for it to copy the entire row as I have 20+ columns.
Current Result
Item Quantity
1234 2
5678 5
Desired Result
Item Quantity New Quantity
1234 2 1
1234 2 1
5678 5 1
5678 5 1
5678 5 1
5678 5 1
5678 5 1
Thanks in advance.
Last edited: