Forum Discussion
create new report page dynamically
That is correct that I need to Duplicate a report page. I can do it manually/interactively. But I want it to be done Programmatically. Can It be done?
Regards
Sudhir
- Anonymous7 years agoNot applicable
I too would like to know if Power BI/DAX can create a BI Page dynamically. I have a list of users and I'd like to run the same query against each user and generate a separate page for the resulting dataset. The challenge is the list of users changes from week to week.
Thanks in advance to any who give this some thought! :)
- rickymistry6 years agoNew Member
I'm also interested in this... has anybody figured out how it can be done?
- TomMartens6 years agoSuper User
Hey,
unfortunately this is currently not possible.
Here is a link to the report related REST API methods:
https://docs.microsoft.com/en-us/rest/api/power-bi/reports
If you are using a Premium capacity, then you might consider to use a Paginated Report instead, as this report type is based on rdl (report definition language - some kind of XML), you might be able to use this to solve your requirement.
Regards,
Tom