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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
My powerbiDesigner dataset is an excel file stored in my PC (My Documents folder). In PowerBi Designer I have edited some reports, and now I want to change the file destination (new file with same name, same structure)
When I refresh data, it always search in the same directory (MyDocuments). I can not use the new file in the new folder because PowerBi search automatically in the same folder.
How can I specify the new folder?
thanks
Solved! Go to Solution.
Hi,
You have to change your request manually, it's the best way in order to keep the steps.
Open your query editor, do a right click on your request then choose Advanced editor. If you read the first line, you will se something like that :
Source = Excel.Workbooks("FilePath/Filename.xlsx")
Change the source, validate and it's done.
Hi,
You have to change your request manually, it's the best way in order to keep the steps.
Open your query editor, do a right click on your request then choose Advanced editor. If you read the first line, you will se something like that :
Source = Excel.Workbooks("FilePath/Filename.xlsx")
Change the source, validate and it's done.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.