-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The payload size exceeds limits when deploying Power BI report #151
Comments
By chance could you share the PBI? We haven't ran into this before so likely we're not attempting to deploy such a large report. |
Unfortunately I can't share the PBI file. But see the size of the report.json file attached here: Is there any log that could help you? I am also open for a quick call to show you. I also tried to deploy the report using the Rui Romano PowerShell code: https://learn.microsoft.com/en-us/rest/api/fabric/articles/get-started/deploy-project But I also got the same error, see the logs from the error using the deployment with PowerShell (which it also uses the same Fabric REST API endpoint): |
By chance were you able to get this committed to ADO/GitHub? I think the file size exceeds the max allowed. If you were able to commit this using the workspace GIT sync, then we certainly can escalate this. We don't want to have a mismatch between what you can commit and what you can deploy |
Thank you! I'll see what we can do. We're hitting the max payload size from the public API and there's no way around it. Working with the API team to discuss the mismatch between git sync and public APIs, we should be able to deploy anything that is committed. Although I don't expect this to be a short term fix, so in the meantime I'd recommend you consider downsizing your report a bit if possible |
Ok. Thank you. Please keep me informed if you have any news. I also posted this issue today in the Microsoft Enterprise Voice Community Teams channel, hoping to escalate this issue asap. |
Library Version
0.1.8
What is the problem?
I was testing to deploy a semantic model and a report to my workspace. The semantic model worked fine but I get an error when deploying the report:
I tried deploying the report using the pbir format and also without it.
Is there an ideal solution?
Is it possible to split the payload or is the payload size a limit from Microsoft?
Additional context, screenshots, logs, error output, etc
No response
The text was updated successfully, but these errors were encountered: