The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I'm using Log Analytics api on my dashboard and until a week ago it was working very nice, but then some api suddenly stopped working, with this error:
{
"error": {
"message": "Response size too large",
"code": "ResponseSizeError",
"correlationId": "552a4fc6-dcd1-4d21-9fd0-d6523dd4af77",
"innererror": {
"code": "ResponseSizeError",
"message": "Maximum response size of 67108864 bytes exceeded. Actual response Size is 70694713 bytes."
}
}
}
Is it real the limit of 67MB in web.contents?
Is there any workaround to avoi the limit of 67 MB?
Solved! Go to Solution.
Hi @Anonymous
This looks like an error generated by Log Analytics, not an error from Web.Contents. Maybe your API request is creating a response that exceeds the max data limit allowed to be returned by the API - check the API documentation.
regards
Phil
Proud to be a Super User!
Hi @Anonymous
This looks like an error generated by Log Analytics, not an error from Web.Contents. Maybe your API request is creating a response that exceeds the max data limit allowed to be returned by the API - check the API documentation.
regards
Phil
Proud to be a Super User!