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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
amirghaderi
Helper IV
Helper IV

Slow Loading record field to Power Bi

Hi,

I have a Power Bi file which reads the data from a sharepoint list. The sharepoint list has fields as people picker which basically is a record field storing name/address/email/phone/..... 

Uplaoding these records takes  huge amount of time and I am sure the upload process will crash soon. I am trying to find a way that when the data get read from sharepoint list for those fileds, it only loads the name to Power Bi rather than everything.

I have only been able to load the full data and then after full load remove the unnecessary data. But, I think there should be a way that at navigation stage to force the query to only load speific data of record field.

Not sure, if anybody has got the souloution or has experienced this issue.

 

This is the command which makings the refresh very slow: this basicaly takes the Title section of Record and bring as as column. without this command it is quick.

 

#"Expanded CTRSubmissionRequester1" = Table.ExpandRecordColumn(#"Removed Columns", "CTRSubmissionRequester", {"Title"}, {"CTRSubmissionRequester.Title"})

 

 

 

 

 

1 ACCEPTED SOLUTION
mahoneypat
Microsoft Employee
Microsoft Employee

Please see this video for a different way to bring in SharePoint List data, but much faster.

Get SharePoint List Data with Power BI ... Fast - YouTube

 

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

3 REPLIES 3
mahoneypat
Microsoft Employee
Microsoft Employee

Please see this video for a different way to bring in SharePoint List data, but much faster.

Get SharePoint List Data with Power BI ... Fast - YouTube

 

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Thanks, The vidoe is really helpfull. It recommends to use version2 list connection which looks to be much faster. One issue which does not explain in the video is that, when I extract data with V2, the name column will change to type "list" rather than being the record. Then PBI does not allow to expnad the "list" column to extract title.

 

V1 the existing slow extract:

amirghaderi_0-1622188589011.png

 

V2 

amirghaderi_1-1622188679752.png

How can I expand this column?

 

 

Not sure how. But, now I can see the expand function.

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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

Top Solution Authors