The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
Pretty new to PowerBI and I would need some assistance.
I need to query data from an Excel file, based on the folder & file name.
I have a folder X, which has yearly folders inside, those yearly folders have monthly folders and those monthly folders have daily generating excel-files for every businessday.
Now I would need to query data from static cells based on the date. So for example I generated a new Excelfile yesterday which is located and named like below:
I have a time series taking just 2 values from those daily Excelfiles from static cells. How can I automate the query to fetch yesterdays data automatically based on todays date? I.e. automatically updating query based on todays date, and if there is not a daily file for yesterday, skip the query (holidays & weekends).
I create new folders & files to those folders as time goes on on a daily basis, but would like the PowerBI to be automatic.
Any examples or tips are welcome on how to get started with this, thanks!
I have a folder X
Don't do that - it will require a gateway. Instead, place your files on a SharePoint / OneDrive and then use the "Sharepoint Folder" connector. That will allow you to dynamically identify the required Excel file and then pull the data from there. "Skip the query" is not a thing, you MUST return something at the end of the Power Query - you could either return the latest available data, or a placeholder.