Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 import data) and,
b) with the table recognising the import data as an inserted data (resizing table accordingly+applying table formatting) and,
c) retaining the refresh capability in the appended section of the (resized) table?
Solved! Go to Solution.
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:
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI Reporting@ooptennoort
Your expected output is not supported in Power Bi. As @edhans said, you can load the new table then append it to your existing table, both table data is also refreshable.
Paul Zheng _ Community Support Team
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:
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingCheck out the July 2025 Power BI update to learn about new features.