Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Any help or suggestions on how to correctly connect to my SharePoint list and retrieve all the data I need would be greatly appreciated!
Thanks in advance.
Solved! Go to Solution.
The OData connector is the one that will have both the file path and the metadata. SP folder connector has path and file content but not custom columns, SP list connector can get doc library metadata but doesn't have path. OData has both path and the columns.
To use it, you connect with the OData connector type append the OData URL onto the end of your site address, then grab your library.
The path looks like this: https://<tenant>.sharepoint.com/sites/<sitename>/_vti_bin/listdata.svc
If you are working with a large size library, remove any columns you're not using and make sure not to do a bunch of non-foldable query steps - that's your best chance for decent speed. I've used the OData connector on larger libraries before without issue so you should be ok as long as you don't try to tack on any expensive query steps.
I did a video on the OData connector here if you want more info: https://youtu.be/yeIQ9jKln_I
Hi, @Singh_min2
We are delighted to hear that the issue has been resolved. If you feel inclined, please consider marking christinepayton's solution as such, this will assist other community members facing the same challenge in finding a resolution more swiftly.
Should you require any further assistance, please do not hesitate to get in touch.
I look forward to your response.
Thank you in advance
Best Regards,
Leroy Lu
Hi Christine, another query please, will this work as live reports? or I need to do anything else to make it live report?
Appriciate your help. Thank you
What do you mean by live report? You can schedule refresh on it but not direct query.
Great help! thank you Christine.
Hi, @Singh_min2
We are delighted to hear that the issue has been resolved. If you feel inclined, please consider marking christinepayton's solution as such, this will assist other community members facing the same challenge in finding a resolution more swiftly.
Should you require any further assistance, please do not hesitate to get in touch.
I look forward to your response.
Thank you in advance
Best Regards,
Leroy Lu
The OData connector is the one that will have both the file path and the metadata. SP folder connector has path and file content but not custom columns, SP list connector can get doc library metadata but doesn't have path. OData has both path and the columns.
To use it, you connect with the OData connector type append the OData URL onto the end of your site address, then grab your library.
The path looks like this: https://<tenant>.sharepoint.com/sites/<sitename>/_vti_bin/listdata.svc
If you are working with a large size library, remove any columns you're not using and make sure not to do a bunch of non-foldable query steps - that's your best chance for decent speed. I've used the OData connector on larger libraries before without issue so you should be ok as long as you don't try to tack on any expensive query steps.
I did a video on the OData connector here if you want more info: https://youtu.be/yeIQ9jKln_I
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 43 | |
| 42 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 190 | |
| 122 | |
| 96 | |
| 66 | |
| 47 |