Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

Embedded report editing save error

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 a...
  • Eric_Zhang's avatar
    9 years ago

    Anonymous

    Most probably the reason is that the accesstoken has insufficient permisson.

     

    To get a accesstoken with sufficient permission,

     

    For Power BI Embedded, you can reference this github repo.

     

    For Power BI Services,

    1.Login in Azure portal and check the "read and write all reports" for the registered azure active directory app(the aad app registered at http://dev.powerbi.com/apps).

     

    2. Login O365 portal and view your account, then revoke the permission.

     

    3. Then embedded reports in edit mode with the accesstoken can be edited and saved.