Hello,
When I try to push multiple rows of data using the HTTP POST to Power BI, I get the following response:
"{"error":{"code":"RealTime_PushRequestSizeTooLarge","pbi.error":{"code":"RealTime_PushRequestSizeTooLarge","parameters":{},"details":[]}}}"
There seem to be a limitation there (I guess around 15 kilobytes), but I haven't found any information about it.
Btw, the same JSON sring can be pushed to Azure Event Hub without any issue.
What is the current size limit for the POST body?
Thanks.
↧
"RealTime_PushRequestSizeTooLarge" when pushing large JSON
↧