Hi
I have found a way to merge all tables as one using G&T (Power Query) however I need to transpose each table ahead of merging as my data isn't structured correctly.
Code: [View]
=Excel.CurrentWorkbook()
I have about 50 tabs which have a table on each where I need to run the same query and then append all tables.
Basic query is to:
1) remove a column
2) transpose
3) make 1st row as headers
then I want to merge as connection and load as one table so I can do analysis.
I can do it on every tab but thought there must be an easier way?
Many thanks in advance!
I have found a way to merge all tables as one using G&T (Power Query) however I need to transpose each table ahead of merging as my data isn't structured correctly.
Code: [View]
=Excel.CurrentWorkbook()
I have about 50 tabs which have a table on each where I need to run the same query and then append all tables.
Basic query is to:
1) remove a column
2) transpose
3) make 1st row as headers
then I want to merge as connection and load as one table so I can do analysis.
I can do it on every tab but thought there must be an easier way?
Many thanks in advance!