Power Query Source Folder
Hi Everyone,
I am currently working on a project in my job in which I am trying to simplify the analysis of several reports. To be exact there are 12 reports which are validated against 1 report.
I am working with the power query in order to format the reports so they are useful.
My issue is the sourcing, as the reports change every day and also that each report looks different, hence i need to load them separate and cant load them in one go.
So the scenario is the following:
I have one folder in which the reports are loaded every day, but unfortunately the names change and hence the query looses the "path"
E.g. RG0040_20180701 changes to RG0040_20180702
The first part is always the same, but the date within the file name changes.
I mean I could rename all reports every day, which would be rather annoying, especially since I am working on shortening the process as much as possible.
Does anyone by any chance have a suggestion on how to resolve this issue? Maybe with a code which tells the query to look for only the name (eg. RG0040) as this is already a unique identifier to the report?
Many thanks in advance for your valuable feedback.
David