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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
davisn
New Member

Data Size of SharePoint List is Very Large

Dear Power BI Community Members,

 

I am connecting to a SharePoint Online list via Power BI Desktop. The list contains about 9,000 records with Lookup Columns. When I load the list into Power BI Desktop, the load size is over 20MB. I would consider this to be very large consider the amount of data.


Does anyone know what is happening/what is loading, that causes this to be so large?

 

Thank you,

2 REPLIES 2
simplimitch
Regular Visitor

Hi davisn,

 

I have found that by default the SharePoint Online function uses the new REST api to gather the data which from my experience is as you say actually quite slow.

 

What we have done is actually use the listdata.svc instead which the performance is much quicker.

 

The URL you would use is https://yourtenant.sharepoint.com/anysubsite/_vti_bin/listdata.svc/ListName

 

This will return you the items within that list, it isn't anywhere near as fast as something list SQL Server but it should take minutes not hrs to return.

alexandrumm
New Member

I have the exact same problem and I'm sure Power BI does at least the number of additional queries per item as lookup columns you have in the list. For me it takes hours to get items from a list with <5000 items.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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 Kudoed Authors