Forum Discussion
Data Storage
- 4 years ago
Hi,
if i understood your problem, you need to create an excel file for each month and store them in a folder. In this folder each month you add a new file.
Then instead of loading the single file you load the folder.
- Anonymous4 years ago
PowerQuery would automatically "APPEND" data from all the Monthly Files to the same table. It becomes easier if you have a name pattern for the files like "SalesDate_YYYYMM.xlsx".
Hi,
if i understood your problem, you need to create an excel file for each month and store them in a folder. In this folder each month you add a new file.
Then instead of loading the single file you load the folder.
Hi Serpiva,
Thanks a lot for the solution I will definitely try this. I was wondering if it's possible to create one table and adding the new data to it through the "Append Queries".
- Anonymous4 years agoNot applicable
PowerQuery would automatically "APPEND" data from all the Monthly Files to the same table. It becomes easier if you have a name pattern for the files like "SalesDate_YYYYMM.xlsx".