Forum Discussion
Get Report ID of RDL Report that is embedded inside PowerBI report (Paginated report inside PowerBI)
- Anonymous4 years ago
Hi adam22 ,
As mentioned in the blog, the service principal must have access to both reports (paginated and Power BI). Master user is not supported. You can use the following API call to get the paginated report ID for PowerBI reports with a paginated visual. You can get more details in the following link.
Best Regards
Hi adam22 ,
As mentioned in the blog, the service principal must have access to both reports (paginated and Power BI). Master user is not supported. You can use the following API call to get the paginated report ID for PowerBI reports with a paginated visual. You can get more details in the following link.
Best Regards
Hi @Yingyingr thank you for the reply, apologies for my late reply back.
Yes, I understand the following:
1. we can just pass in the ID of the extra report in the reports collection.
2. we need to have access to both reports
3. we use service principal
So that's all good, you and I are on the same page there.
However, when I only have the ID of the PowerBI Report, how do I determine the ID(s) of the Paginated reports?
There is no API call for this, so the whole thing doesn't work 😞
Thanks for your help.