Syntax
List.InsertRange(list as list, index as number, values as list) as list
Description
Returns a new list produced by inserting the values in values into list at index. The first position in the list is at index 0.
Reference Data
https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference