Forum Discussion
Embedded paginated report
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.
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
- AmosHersch3 years agoMicrosoft 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.
- Rohan-253 years agoFrequent Visitor
Yes, i am using Power BI dataset as a data source you can check sample code for request in the image below
It's for specific workspace- AmosHersch3 years agoMicrosoft Employee
Just wondering, it the dataset for the Power BI report and the dataset (data source) for the paginated report the same? If not I would expect to see 2 datasets in the list. Also if the dataset is a proxy to other dataset, both should appear.
The Service Principal must have access of course to all relevant datasets (member in the workspace).
Besides that I don't see any obvious reason for the error you got.