Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
I have an excel file Weekly Finance ddmmmyy.xlxs in a folder (C:\Data). This excel file has a number of worksheets (A, B, C, Mapping, Dates-Actual...) that I need to import, transform and load into Power BI. I'm not looking to combine the worksheets from the onset; simply transform each sheet individually then apend as a new consolidated query and create When I've tried this as a file it works perfectly well but given that this is a file whose name will change based on the date, I can't be updating the steps in PQ for it to work.
Any suggestions or examples of a similar solution would be appreciated.
Thanks.
Solved! Go to Solution.
Hi @Tini-Bee ,
try to parameterize the file name and use references for multiple access.
https://docs.microsoft.com/en-us/power-query/power-query-query-parameters
https://powerpivotpro.com/2017/05/power-query-magic-part-1-always-good-references/
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Hi @Tini-Bee,
I'd like to suggest you use DateTime.LocalNow function to extract current system DateTime and use these concatenate with your connection string. (it will dynamic changes when system data changes)
Connection= "C:\Data\Weekly Finance " & Date.ToText(Date.From(DateTime.LocalNow()),"ddMMMyy")&".xlxs"
Regards,
Xiaoxin Sheng
Hi @Tini-Bee,
I'd like to suggest you use DateTime.LocalNow function to extract current system DateTime and use these concatenate with your connection string. (it will dynamic changes when system data changes)
Connection= "C:\Data\Weekly Finance " & Date.ToText(Date.From(DateTime.LocalNow()),"ddMMMyy")&".xlxs"
Regards,
Xiaoxin Sheng
Hi @Tini-Bee ,
try to parameterize the file name and use references for multiple access.
https://docs.microsoft.com/en-us/power-query/power-query-query-parameters
https://powerpivotpro.com/2017/05/power-query-magic-part-1-always-good-references/
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
146 | |
75 | |
64 | |
52 | |
47 |
User | Count |
---|---|
218 | |
88 | |
73 | |
64 | |
60 |