Forum Discussion

ooptennoort's avatar
ooptennoort
Advocate I
5 years ago
Solved

How to Load data to existing worksheet (=table) without headers using Power Query (updating table)??

I so much would like to append refreshable data (Power Query) to an (existing) table. I can of course load to cell in existing worksheet, but how: a) can I do this omitting the headers (from the imp...
  • edhans's avatar
    5 years ago

    You cannot do this ooptennoort - any PQ query loaded to an Excel table is a full table on its own, with headers.

    The way I would to it is:

    1. Load your existing table into Power Query.
    2. Append it with your new data that you previously wanted to append to the worksheet.
    3. Load this new appended table with all of the data to a new table.