In power query, I have a list of tables, each with 6 rows and 2 columns.
I have a separate list of 6 values (1-6). I would like to add that list column (values 1-6) to each table within my list of tables.
What is the most appropriate M code to use?
Picture of what I want to achieve
Thanks
I was trying some Table functions, but unsuccessful
Is this what you want? Appends a column to each table within a list of tables
To put new column first before other columns