Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I need to read the content of a folder in a Sharepoint site with Power Query (Power BI)
I already did it succesfully with a Onedrive folder using content.folder: = Folder.Contents("C:\Users\Corrado\OneDrive...").
For Sharepoint I read I need to use sharepoint.contents: this is the example I found: on https://radacad.com/ website:
= SharePoint.Contents("https://radacad-my.sharepoint.com/personal/reza_radacad_com/")
I tried by replacing my sharepoint URL but it doesn't work.
Where do I find the correct URL?
I need to read the content of the folder "Vendite" inside Documents of my Vendite site
Thx
Solved! Go to Solution.
Found a solution at:
Power Query SharePoint folder connector - Power Query | Microsoft Learn
Check out the July 2025 Power BI update to learn about new features.