Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I would like to import in Power Bi the metadata of documentsets in a Sharepoint Library.
I don't seem to be able to do that as when I try to import, I see the files extracted data and zero metadata (status/PC etc)
Solved! Go to Solution.
Hi @margheritamart - The screenshot with the word documents suggest that you are have used the SharePoint.Files connector. So, you need to switch the SharePoint.Tables connector to get the additional column properties from the first screenshot. Please note, SharePoint.Tables is the SharePoint List connector. It is recommended to use Implementation v2.0 when import a SharePoint List.
The trick here is that a SharePoint Library is actually just a SharePoint List, which also contains the "Binary" content like word documents. But there is no API to read the List properties and File contents at the same time. You need to use different connectors in Power Query can the List and Files separately. To link them, you need to create a join between List Title, and Table Name columns.
Hi @margheritamart - The screenshot with the word documents suggest that you are have used the SharePoint.Files connector. So, you need to switch the SharePoint.Tables connector to get the additional column properties from the first screenshot. Please note, SharePoint.Tables is the SharePoint List connector. It is recommended to use Implementation v2.0 when import a SharePoint List.
The trick here is that a SharePoint Library is actually just a SharePoint List, which also contains the "Binary" content like word documents. But there is no API to read the List properties and File contents at the same time. You need to use different connectors in Power Query can the List and Files separately. To link them, you need to create a join between List Title, and Table Name columns.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.