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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello community!
<Message deleted>
Thanks in advance!
I did this awhile back which works.
I set up a parameter for the URL, pointing to the sharepoint location, as a base url for other documents:
SharepointLocation = https://<sharepoint.com>/:x:/r/sites/BIDashBoardforO365/
you can get the link from going to your sharepoint site: (and trim the stuff off the end after ?, you don't need it)
Then in your Query, change to:
Source = Excel.Workbook(Web.Contents(SharepointLocation & "CountryCodes.xlsx"), null, true),
Sheet1_Sheet = Source{[Item="Sheet1",Kind="Sheet"]}[Data],
<Message deleted>
The url is missing the extension, .xlsx
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.