Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
I am trying to link a excel file in OneDrive to my Python Script in Power BI. I tried doing it through the onedrive website, but it says filenotfound. Is there any way to fix this issue? (This is using the website, not the Desktop).
Solved! Go to Solution.
Hello @js15
Not sure if you have done this, please try this
Go to the location on OneDrive where the excel is saved.
Click on the three dots next to the file name > Details
In the pane on right; click "more details"
You should see "Path" with some squares, you can click that it will copy the location of the file.
In PBI; just do a web source and paste that path as the URL
or
Open the Excel file in OneDrive
• Go to File > Share > Embed
• Copy the embed code and extract the URL
Then try this
import pandas as pd
url = "https://onedrive.live.com/download?resid=YOUR_RESID&authkey=YOUR_AUTHKEY"
df = pd.read_excel(url)
see if this helps
Thanks
Hello @js15,
Thank you for bringing your concerns to our attention. We also appreciate @nilendraFabric for providing a solution. However, we apologize that the provided solution did not resolve the issue. Please consider raising a Microsoft support ticket using the link below:
https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket
If this helps, kindly accept it as a solution and give a "Kudos" so other members can find it more easily.
Thank you.
Thank you., I was able to fix it through by just uploading the files to the resources tab on the left side, you can also do it through a lakehouse as well. Thank you so much for the help!
Hello @js15
Not sure if you have done this, please try this
Go to the location on OneDrive where the excel is saved.
Click on the three dots next to the file name > Details
In the pane on right; click "more details"
You should see "Path" with some squares, you can click that it will copy the location of the file.
In PBI; just do a web source and paste that path as the URL
or
Open the Excel file in OneDrive
• Go to File > Share > Embed
• Copy the embed code and extract the URL
Then try this
import pandas as pd
url = "https://onedrive.live.com/download?resid=YOUR_RESID&authkey=YOUR_AUTHKEY"
df = pd.read_excel(url)
see if this helps
Thanks
Thank you, I was able to fix it through by just uploading the files to the resources tab on the left side, you can also do it through a lakehouse as well. Thank you so much for the help!
Hello @js15,
Thank you for bringing your concerns to our attention. We also appreciate @nilendraFabric for providing a solution. However, we apologize that the provided solution did not resolve the issue. Please consider raising a Microsoft support ticket using the link below:
https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket
If this helps, kindly accept it as a solution and give a "Kudos" so other members can find it more easily.
Thank you.
Thank you., I was able to fix it through by just uploading the files to the resources tab on the left side, you can also do it through a lakehouse as well. Thank you so much for the help!
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 8 | |
| 8 | |
| 7 |
| User | Count |
|---|---|
| 37 | |
| 30 | |
| 26 | |
| 21 | |
| 19 |