Forum Discussion
vospitannikov
9 years agoHelper I
Embed group report problem
I'm trying to integrate PowerBI report (located in group) into my page using iframe I've registered AD application I can query list of reports from the server side But when I'm trying to use recei...
Eric_Zhang
9 years agoMicrosoft Employee
How did you embed the report, did you follow this sample Integrate a report into an app?
Also please ensure the token is not expired, did you try to get a new token and embed?
vospitannikov
9 years agoHelper I
Eric_Zhang, yes, I followed exactly these instructions
and I'm pretty sure that token is valid - I can get the list of reports using GET request (https://api.powerbi.com/v1.0/myorg/groups/{someGroupId}/reports)
The only one difference between example and my code - that I'm trying to integrate group report, not default one