Hi,
In Excel, I used the below function to count the number of rows to assign them a group ID like "G1, G2, G3".
In total, I had 8 groups roughly having 3000 rows each.
The objective of this was to split table content into 8 groups and execute the extraction separately in SAP to prevent runtime errors.
Please advise how to replicate this in the power query.
In Excel, I used the below function to count the number of rows to assign them a group ID like "G1, G2, G3".
In total, I had 8 groups roughly having 3000 rows each.
Excel Formula:
=INDEX($A$2:$A$9,MOD(ROWS(D$11:D11)-1,$A$1)+1)
The objective of this was to split table content into 8 groups and execute the extraction separately in SAP to prevent runtime errors.
Please advise how to replicate this in the power query.