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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
kompas_ua
Advocate I
Advocate I

Get data from SharePoint Online Lists: Lookup columns threshold

Hello Everyone,

 

When I try to get data from SharePoint Online list I receive the error:

 

DataSource.Error: SharePoint: Request failed: The remote server returned an error: (500) Internal Server Error. (The query cannot be completed because the number of lookup columns it contains exceeds the lookup column threshold enforced by the administrator.)
Details: DataSourceKind=SharePoint

Yes, I know about this threshold in SharePoint, but in SharePoint Online I cannot increase the threshold. Is there any workaround?

 

Best wishes,

Sergey

4 REPLIES 4
ppm1
Solution Sage
Solution Sage

Please see if the approach/function in this article avoids the error.

Updated – Get SharePoint List Data … Fast – Hoosier BI

Pat

Microsoft Employee
Zwakele
Frequent Visitor

Hi 

 

Did you find a solution for this?

 

First workaround I’ve found is a OData query.

 

The strategy is to split the wide list. Try to create a several queries from a list, and then merge it into one wide table (joined by ID column). In this case you should create OData query manually for each chunk of the list.

For example:

 

let

Source1 = OData.Feed("https://###.sharepoint.com/teams/Projects/_api/web/lists/GetByTitle('Project List')/items()/?$select...")

in

Source1

@kompas_ua Could you provide your entire OData Query? Having trouble with mine.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors