This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi All! I am and trying to figure out how to edit/modify an existing append I created in PowerQuery/Transform Data. In the near future, I may need to add existing Excel workbooks to my append, and I don't want to run the risk of having to completely rebuild an my append from scratch..
Please advise!
Solved! Go to Solution.
Hi @Anonymous ,
The screenshot you provided just shows one step changing data types, nothing to do with appending.
If you select your appended query (the one that was created by 'Append Queries as New'), you should see that the Source step is the Table.Combine function.
Pete
Proud to be a Datanaut!
I found it now. Thank you very much!
Hi @Anonymous ,
In you current query that you append your tables in, you will have an append step with Table.Combine in the code. You can just add new query names to this for the new Excel queries that you have brought into Power Query:
Append Queries = Table.Combine({"query A", "query B"})
=>
Append Queries = Table.Combine({"query A", "query B", "query C", "query D"})
Pete
Proud to be a Datanaut!
Here is a snapshot of one of my Append Queries.. I am not seeing the 'Table.Combine' statement that you provided. Am I missing a step?
I created my append query by going to Transform data > Append Queries > Append Queries as New
Hi @Anonymous ,
The screenshot you provided just shows one step changing data types, nothing to do with appending.
If you select your appended query (the one that was created by 'Append Queries as New'), you should see that the Source step is the Table.Combine function.
Pete
Proud to be a Datanaut!
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.