Forum Discussion
Issue with new Paginated Report Visual when Embedded
- 2 years ago
I'm not sure when they added the fix - but in order for a paginated visual to work with embed you need to create a multi-resource authentication token. We are using this in our application for it to work.
https://learn.microsoft.com/en-us/rest/api/power-bi/embed-token/generate-token#example-of-generating-an-embed-token-for-a-power-bi-report-with-a-paginated-visual.-the-paginated-report-id-('...4850')-of-the-paginated-visual-must-be-included-in-the-'reports'-section-of-the-request.
is this fixed? i'm trying to use the paginated visual in power bi dashboard. it works in power bi service. but its not loading after embeded in web application. other visuals are loading.
I'm not sure when they added the fix - but in order for a paginated visual to work with embed you need to create a multi-resource authentication token. We are using this in our application for it to work.
https://learn.microsoft.com/en-us/rest/api/power-bi/embed-token/generate-token#example-of-generating-an-embed-token-for-a-power-bi-report-with-a-paginated-visual.-the-paginated-report-id-('...4850')-of-the-paginated-visual-must-be-included-in-the-'reports'-section-of-the-request.