I am working on integrating Power BI reports into our web application. The embedding works fine in general, reports show up properly on our web pages. In read mode. But after switching to edit mode and attempting saving, the below error is thrown.
Something went wrong
Unable to save the report
Please verify you have the right permissions or contact support. If you contact support, please provide these details.
I use models.Permissions.All in the embed configuration, and in the application registration required permissions I set up all the Power BI Service permissions. So what permission is missing? There is a number of permissions listed, but none of them has anything to say about saving reports. "Create content" seems to be the most relevant, and that one is ticked too.
I cannot give more permission than what there is already.
Any idea would be appreciated.