Forum Discussion
Embedding paginate reports with dynamic Dataset
- 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).
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).
- Mistralou3 years agoFrequent Visitor
Hello AmosHersch
I saw another post of you saying it would be theorically possible to rebind a paginated report dataset using this documentation.My usecase is a paginated report pointing to a PBI dataset, that I would like to rebind programatically (using the datasetId for example) to another one with the same schema.
Do you think that could work?
https://learn.microsoft.com/en-us/rest/api/power-bi/reports/update-datasources-in-group
- AmosHersch3 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
- Mistralou3 years agoFrequent Visitor
that seems great, I'll give it a try, thanks!