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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors