Forum Discussion
sprasad
8 years agoHelper II
create new report page dynamically
I have already 3 pages in my pbix file. I need to add a new graph to page no 4 with the same format and query as it is there in page 3 DYNAMICALLY. How can I achieve this? Thanks
rickymistry
6 years agoNew Member
I'm also interested in this... has anybody figured out how it can be done?
TomMartens
6 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