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.
Hi,
I have a list in sharepoint like below table. I would like to get data from all the sharepoint folders into one data table in PowerBI.
Is this possible? if yes, can someone help?
Thanks in advance,
avadi
Solved! Go to Solution.
Yes and no. In Power BI Desktop you can automate the loading from a list of SharePoint URLs, but after publishing to Power BI Service, it won't refresh there for security concerns.
If loading the data in Power BI Desktop is sufficient, the solution would be as follows:
Done.
You might need to confirm security warnings or lower security settings for Power Query in Power BI Desktop to run this query successfully.
If you want to run refresh in Power BI Service, you need to build a query without parameter for each site manually and then combine them using the Append button, see https://learn.microsoft.com/en-us/power-query/append-queries The fastest way to build these queries is to copy and modify the first query you've built.
If you want to keep the solution dynamic and fully automated, you can consider creating a Power Automate flow to read the list of site urls and copy the data from all SharePoint lists into one Data Verse table and load the data verse table into Power BI or you can use Azure Data Fatory and store the combined list into whatever type of table store you prefer and load from there into Power BI.
BR
Martin
Yes and no. In Power BI Desktop you can automate the loading from a list of SharePoint URLs, but after publishing to Power BI Service, it won't refresh there for security concerns.
If loading the data in Power BI Desktop is sufficient, the solution would be as follows:
Done.
You might need to confirm security warnings or lower security settings for Power Query in Power BI Desktop to run this query successfully.
If you want to run refresh in Power BI Service, you need to build a query without parameter for each site manually and then combine them using the Append button, see https://learn.microsoft.com/en-us/power-query/append-queries The fastest way to build these queries is to copy and modify the first query you've built.
If you want to keep the solution dynamic and fully automated, you can consider creating a Power Automate flow to read the list of site urls and copy the data from all SharePoint lists into one Data Verse table and load the data verse table into Power BI or you can use Azure Data Fatory and store the combined list into whatever type of table store you prefer and load from there into Power BI.
BR
Martin