Forum Discussion
adrianvp
3 years agoNew Member
Embedding paginate reports with dynamic Dataset
Hi All, Hopefully a simple one. We currently embed reports in Power BI into our own application (SaaS solution). We can successfully embed reports with dynamic datasets and RLS. Everything works ...
- 3 years ago
Hi adrianvp ,
Unfortunately dynamic binding of a paginated report to a dataset is not a supported feature.
This is mainly because a dataset is a data source for a paginated report, and there can be more than one dataset for the same paginated report, in oppose to a Power BI report which only has one dataset (directly connected).
AmosHersch
3 years agoMicrosoft Employee
Sure it should work. If you have a paginated report with a PBI Dataset as a data souce you should be able to change that dataset using the
https://learn.microsoft.com/en-us/rest/api/power-bi/reports/update-datasources-in-group just like you change any other data source of your paginated report
Mistralou
3 years agoFrequent Visitor
that seems great, I'll give it a try, thanks!