Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
jkball04
Frequent Visitor

How to use an OData Query to Pull in SharePoint List data?

I have a use case where I need to pull in a SharePoint list into PBI, but because of the number of lookup columns clients have created, cannot load the data through the typical "SharePoint Online List" connector.

 

I've read online others have had success in using OData queries to return SharePoint List results, but when I create the query it prompts me for my creds, I provide, but it will not authenticate my creds. I am the creator of the site and have full control. The settings in Power BI has been updated to use my default browser for authentication.

 

I've had success in using an OData query to query ADO data, but no luck so far with SharePoint List data. Anyone been successful in bringing in SP data this way? If so, can you please provide your query for reference? Ty!

1 REPLY 1
hnguy71
Super User
Super User

Hi @jkball04 ,

Odata from SPO or ADO should be close on implementation. Here's an example for SPO List:

OData.Feed("https://sharepoint.com/sites/MY_SITE/_api/web/lists/GetByTitle('List Name')/Items?$select=Title,TaskDetail,Task_Status,Actual_Effort,Planned_Effort,Month,Year,Recurrence,WorkDayType,Work_Day,MonthDay,Team,Due_Date,Responsible/Title&$expand=Responsible/Id")

 



Did I answer your question?
Please help by clicking the thumbs up button and mark my post as a solution!

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors