Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I have thousands of files generated multiple times everyday, such that each file is named "date Version #" .
How can I merge all tables only from last version files generated every day?
Hi, @nadavs
I'd like to suggest you use folder connector to combine the tables in each file. Please make sure all tables have the same columns and table name. For example, all tables in the file in the folder have the same name 'Table' and same columns 'Name', "Age", "Salary".
When i put a new excel file in the folder and click 'Refresh', it combines the tables in the file automatically. For example, I added a excel file named 'test2' with a table named 'Table' which has same columns with others.
For further infornmation, you may refer to the document .
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@nadavs - Start with a Folder query. Edit the query that lists the files and split the file name. Group By Date and get maximum value of version. Then recombine the separate filename columns back. The rest of the queries should proceed as normal.