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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply

DataSource.Error: We were unable to retrieve the contents of the web page.

My data has stopped updating which i'm assuming is down to the length of the data?

The source is using = Web.BrowserContents("path to data")

error details are

 

ErrorMessage=Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.
Parameter name: input

 

There is quite a bit of data maybe 1000+ lines. Is there a way round the issue? 

The data is coming from a School data manager called Arbor. The data is pushing out as HTML. If i put the path in a web broswer i can see the data so i know the link does work.

 

Thanks

3 REPLIES 3
lbendlin
Super User
Super User

Max string length of the received HTML is 32768 bytes.

guessing theres no way to extend it? The data is a few thousand lines and is going to get larger.

I'll have to extract it to an Excel doc in Onedrive and link the data that way.

If this is important to you please consider voting for an existing idea or raising a new one at https://ideas.powerbi.com

 

 

Consider using an external process like curl or wget. Try with an R or Python script.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors