Forum Discussion
Error with Get Data from SharePoint Online document library - Expression.Error: The key didn't match
- 10 years ago
Found the solution. Thanks to Christopher Woodill for posting
From his post ...
If you want to connect to your document libraries (for example if you wanted to report on the number of documents being uploaded) you can do this through the OData feed instead.
The URL for the OData feed is: https://yoursharepointsite/_vti_bin/listdata.svc to bring up all the lists and document libraries in Power BI Desktop or if you want to connect to a specific list the URL will be: https://yoursharepointsite/_vti_bin/listdata.svc/ListName.
Once you have created a connection to your list or document library, you can use the table of items as a data source and create dashboards and reports based on this data.
Have you tried using the "SharePoint Folder" data connector and putting in the root of the site?
- ttinsley10 years agoResolver I
Thank you for the response!
So, I was able to connect that way, but was showing ALL files. However, I figured out how to just pull the files from the document library I care about. So that's good.
The bad news is it is not pulling over the custom data fields we created for the document library where all the powerful information lives.
- ttinsley10 years agoResolver I
Found the solution. Thanks to Christopher Woodill for posting
From his post ...
If you want to connect to your document libraries (for example if you wanted to report on the number of documents being uploaded) you can do this through the OData feed instead.
The URL for the OData feed is: https://yoursharepointsite/_vti_bin/listdata.svc to bring up all the lists and document libraries in Power BI Desktop or if you want to connect to a specific list the URL will be: https://yoursharepointsite/_vti_bin/listdata.svc/ListName.
Once you have created a connection to your list or document library, you can use the table of items as a data source and create dashboards and reports based on this data.
- neds10 years agoRegular Visitor
Same issue here. I can connect at the top level of the site or subsite and filter by library in the Query editor, but no MetaData loads. As far as OData, rights management doesn't seem to work for me through that path as it doesn't allow me to access the sharepoint site through the OData connector.