Forum Discussion

ttinsley's avatar
ttinsley
Resolver I
10 years ago
Solved

Error with Get Data from SharePoint Online document library - Expression.Error: The key didn't match

Text of error - Expression.Error: The key didn't match any rows in the table. Details:     Key=Record     Table=Table   Context I am attempting to connect Power BI Desktop instance to SharePoin...
  • ttinsley's avatar
    ttinsley
    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.