Forum Discussion
Connect to SharePoint 2007 List
- Anonymous9 years ago
Hi Alexander24,
I am afraid that you are not able to directly connect to SharePoint 2007 list from Power BI. Power BI uses OData to connect to SharePoint, but SharePoint 2007 doesn’t support OData.
Besides the excel method you have described, you can consider to import data from SharePoint list to SQL Server database with SSIS following the instructions in this blog, then connect to SQL Server database from Power BI Desktop and schedule refresh for the dataset in Power BI Service.
Thanks,
Lydia Zhang - 9 years ago
Where there is a will there is a way!!!
I inspected the element in Google Chrome + looked through the HTML to pull the web query string and then put it into Power BI as a Web Source and it worked!
Where there is a will there is a way!!!
I inspected the element in Google Chrome + looked through the HTML to pull the web query string and then put it into Power BI as a Web Source and it worked!
Could you share how it looks the web query string?