Forum Discussion
Embedding Paginated Report with a Power BI Dataset
Hello.
Any update on this issue? We are having the same problem and looking forward for the solution.
Embedding paginated reports based on Power BI shared datasets in the "App Owns Data" scenario is really important thing in our bisness application.
Any ETA of fixing it and getting rid of this annoying limitation?
Currently we are getting the error below while rendering embedded paginated report:
Code: "RSWorkloadError"
ErrorCode: "Discover_DMTS_Error_Unknown"
Message: "There was an error contacting an underlying data source. Manage your credentials or gateway settings on the management page. Please verify that the data source is available, your credentials are correct and that your gateway settings are valid."
- AmosHersch4 years agoMicrosoft Employee
Actually this capability is rolling out this week, so should be available in all regions by beginning of next week.
You will have to use https://docs.microsoft.com/rest/api/power-bi/embed-token/generate-token for generating the embed token, specify the DatasetId in the request with xmlaPermissions=ReadOnly (https://docs.microsoft.com/rest/api/power-bi/embed-token/generate-token#generatetokenrequestv2dataset)