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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
StuartSmith
Power Participant
Power Participant

Keep getting "Unexpected end of input reached while processing a JSON string" on SP List Refresh

I am working with multiple SharePoint Lists to import data, but on one perticular list, I keep geting the below error when refreshing the data...

 

An error occurred in the ‘Table: Admin Check Log’ query. DataSource.Error: We couldn't parse OData response result. Error: Invalid JSON. Unexpected end of input reached while processing a JSON string value.
Details:
DataSourceKind=SharePoint
DataSourcePath=https://**********.sharepoint.com/sites/206913
DataSourceKind.2=SharePoint
DataSourcePath.2=https://***********.sharepoint.com/sites/206913/_api/Web/Lists(guid'******************************')/Items

 

I dont and have nver had this with any other SP List, so unsure why this list keeps on doing it.

 

Thanks in advance.

 

4 REPLIES 4
StuartSmith
Power Participant
Power Participant

Thanks both, I will try your suggestions and get back to you.

Anonymous
Not applicable

Hi @StuartSmith 

Has your problem been resolved? If so, could you share your solution so that others with similar issues can benefit from it?




Best Regards,

Jayleny

Anonymous
Not applicable

Hi @StuartSmith 

Sometimes, a specific record in the list has invalid characters or null values that break the JSON response. Check if the list has any unusual entries, attachments, or very large text fields.

 

You can load the list in Power Query, apply row filters (e.g., load only the first 10 rows or data within a specified time range), and gradually expand fields to see if a specific row or column is causing the error.

 

 

 

 

 

 

 

Best Regards,

Jayleny

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Expiscornovus
Most Valuable Professional
Most Valuable Professional

Hi @StuartSmith,


How much items does that list have? Can you also share a bit more about this list, does it have any specific setup (columns, enabled features, etc.)?

 

If you don't know exactly you also retrieve the item count via the below request:

 

https://{site_url}/_api/web/lists('{list_guid}')/ItemCount

 

 

Have you tried adding a $top parameter to see if it is working with that?

 

https://{site_url}/_api/web/lists('{list_guid}')/items?$top=10

 

 



Happy to help out 🙂

I share #PowerAutomate and #SharePointOnline content on my Blog, Bluesky profile or Youtube Channel

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

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.