Three ways to repoint a PBIX file to a moved Excel data source
You have a PBIX file that imports data from a Microsoft Excel data source stored in a file share on a local network. You are notified that the Excel data source was moved to a new location. You need to update the PBIX file to use the new location. What are three ways to achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
Community Votes
100% of anonymous learners picked answer BDE. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
Every path that rewrites the connection string works: the Data source settings dialog, the formula bar over the applied Source step, or editing the M code in the Advanced Editor — all three operate on the same underlying connection definition.
A PBIX file imports from an Excel file on a local network share that has been moved, and three distinct methods inside Power BI Desktop can update the connection to the new location.
Confusing dataset settings in the service or Data Load options with the connection path — the former manages credentials and refresh for an already published dataset, and the latter controls background load behavior, neither of which changes where the file lives.
Community Discussion (14 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Data source settings (B) in Power BI Desktop opens the stored connections where you can edit the source and enter the new file path, updating every query that uses it. In Power Query Editor, selecting the Source applied step and editing the path in the formula bar (D) rewrites that query's connection directly. The Advanced Editor (E) exposes the full M code, where the file path in the Source expression can be modified in place. All three produce a PBIX that loads from the new location.Why the Other Options Are Wrong
Dataset settings in the Power BI service (A) manage credentials and refresh for a dataset already published to the service — they cannot rewrite the connection inside the local PBIX file. Data Load settings under Current File (C) control background data preview, parallel table loading, and type detection behavior; no field there accepts a data source path.Community Comment Notes
A highly endorsed comment confirms B, D, and E outright. Another walks through the eliminations: dataset settings address published datasets rather than the PBIX's own connection, and Data Load settings govern load behavior, not source paths.Official Reference
Related Analysis
Practice All PL-300 Questions
Access 116 questions with complete answers and detailed explanations.
View Full PL-300 Practice Test →