Forum Discussion
Embed group report problem
vospitannikov wrote:
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 received "embedUrl" value using the same token I'm getting following error message:
"This content is not available.
Learn more about Power BI."
At the same time, if I open list of network requests in chrome DevTools, I can see the one request to some page ending in "modelsAndExploration" which return 401 error: Unauthorized
If I'm trying to open URL received in webUrl, I can successfully see report in PowerBI interface
Thanks for the clarification. I can embed the reports from groups well.
Regarding the bold part, do you mean that in web Url, you can embed the reports from groups without problem? If yes, what do you mean "in webUrl"?
- vospitannikov9 years agoHelper I
Hello Eric_Zhang
Thank you for your response
By "webUrl" I mean data received during requesting reports from API (please pay attention to bolded text below)
http://docs.powerbi.apiary.io/#reference/report-preview/reports-collection/list-all-reports
{ "@odata.context": "https://api.powerbi.com/beta/myorg/$metadata#reports", "value": [ { "id": "84dbd390--5eb9fe91cdba", "name": "AdventureWorks", "webUrl": "https:// app.powerbi.com/reports/84dbd390---5eb9fe91cdba", "embedUrl": "https://app.powerbi.com/embedReport?reportId=84dbd390--5eb9fe91cdba" } ] }
I still facing the same problem during embedding group reports
and located in my personal workspace reports can be embed without any problems
Eric_Zhang, have you configured any special permissions for datasets/reports in order to let them be shared via embedding?
- Eric_Zhang9 years agoMicrosoft Employee
Would you mind uploading the project in VS? By the way, ensure all the options are checked when registering an app for PBI.
- supermulder9 years agoFrequent Visitor
Eric_Zhang Do you have any idea / hint regarding my posts above ?