Forum Discussion

rludwig21's avatar
rludwig21
Regular Visitor
3 years ago
Solved

PaginatedReportEmbedForbidden: Embedding Paginated report in BI report

I have a Power BI Report and a Paginated Report on the same report. The BI Report table (on left) displays fine. However, the paginated report shows the following error pictured and the Dev Consol...
  • AmosHersch's avatar
    3 years ago

    Hi rludwig21 ,

     

    I believe the issue is related to the way you are generating the embed token. There are 2 endpoints for generating an embed token, and the one which you should be using for your case is the newer one which generates a token for multiple resources (because you have a paginated report inside a Power BI report).

    Please see this example for how the generate token request should look like: Embed Token - Generate Token - REST API (Power BI Power BI REST APIs) | Microsoft Learn

     

    Thanks,

    Amos