Forum Discussion
Embedded paginated report
I am trying to embedded paginated report inside Bi report
for that i am using REST API and service principle account to get all required data like embedded url, embedded token
getting all data but when redering in fronend or in sandbox it's throwing error(image attached)
8 Replies
- AmosHerschMicrosoft Employee
So do you have a Power BI report with a paginated report visual inside it?
How did you generate the embed token for the report? Such errors usually mean that something is wrong with the embed token.
- Rohan-25Frequent Visitor
Yes, In the first image(sample application) I have Power BI report with a paginated report visual inside
and in second image(sandbox) i have paginated report
and to generate embedded token i am following generating an embed token for a Power BI report with a paginated visual- AmosHerschMicrosoft Employee
Seems that you are following the right sample.
Since the error seems to refer to the connection to the data source, the next thing I would check in the data sources used by the paginated report. For example if it uses a Power BI dataset as a data source you might need to add that dataset to the request. If it has other SSO-enabled data sources you might need to provide a token (identity blob) for them.