Forum Discussion

Brandon Tempel's avatar
Brandon Tempel
Copper Contributor
Sep 07, 2018
Solved

SharePoint Online with ODATA Connection to BI Tools

After migrating our SharePoint (on-premise) solution to the cloud, we can no longer establish a connection between SharePoint content and our BI Tools utilizing the ODATA connection.  Any help or sug...
  • Michael Gauntlett's avatar
    Michael Gauntlett
    Sep 07, 2018

    By URL connection string samples, you mean just examples of accessing the OData? If so, this https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service has a number of examples. Again, the trick is to simply paste the URL in chrome. Other browsers will certainly work, but the other browsers assume you don't want to see raw data and either prompt to have you download a file or try to hide it from you. Chrome just shows the raw data. For example, your URL with lists/getbytitle is fine, and will return all the list items (or, the first batch if there's a lot of items).

Resources