This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi I have an excel file stored locally on my computer. I have saved the same file to sharepoint and I am trying to change my source from the local file to the share point file in the query editor by clickin on the little cog next to source in the applied steps. I changed the URL to the share point file and open file as excel workbook and I get this error. Any idea what is happening?
Solved! Go to Solution.
Hi @fingalbrad ,
The way to get excel file in local and in sharepoint is different.
Local file:
Sharepoint:
So, I suggest you change the whole code after Source= to change your data.
Regards,
Daniel He
Hi @fingalbrad ,
The way to get excel file in local and in sharepoint is different.
Local file:
Sharepoint:
So, I suggest you change the whole code after Source= to change your data.
Regards,
Daniel He
So typcially a file on Sharepoint will have a http address like:
eg.
http://myserver.com/sites/site1/library/mydocument.xslx
You can often change this to a unc style path and then your existing Power Query code will continue working. You do this by replacing the leading "http://" with "\\" and swapping all the forward slashes "/" to backward slashes "\"
eg.
\\myserver.com\sites\site1\library\mydocument.xslx
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 39 | |
| 28 | |
| 27 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 37 | |
| 32 | |
| 26 | |
| 25 |