Forum Discussion
tkwasinski
10 years agoNew Member
Getting Data from Sharepoint 2007 Lists
Hey Power BI Community, is it possible to grab data from a Sharepoint 2007 (On Premises) List? I haven't found any way to establish a connection to it and get the data out of a list. If the...
Greg_Deckler
10 years agoCommunity Champion
SharePoint 2007 does not support OData so the standard way won't work. As I recall, there is a listdata.svc page that would return data in XML, you could try that.