Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hello all!
I am currently have an excel document (updated daily) with two sheets containing my relevant data.
Currently I am using power query to extract two tables, one from each sheet, resulting in two tables in the same format and same column headings.
What is the most efficient way to combine these into a single table / query for my model.
I need to have "monthly data" as a single table.
Thanks in advance
Mike
Solved! Go to Solution.
Hi @minglis ,
I'd suggest to do a union of your two queries (append):
Was it this you are looking for? 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
Also happily accepting Kudos 🙂 |
Feel free to connect with me on LinkedIn! | |
#proudtobeasuperuser | |
Thank you! I could not get passed using the merge query function.
Much appreciated.
Hi @minglis ,
I'd suggest to do a union of your two queries (append):
Was it this you are looking for? 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Did I answer your question❓➡️ Please, mark my post as a solution ✔️ |
Also happily accepting Kudos 🙂 |
Feel free to connect with me on LinkedIn! | |
#proudtobeasuperuser | |
Thank you! I could not get passed using the merge query function.
Much appreciated.