Forum Discussion
Embed Group Reports or Tiles
NerdFlanders With Power BI Embedded you import pbix file into your azure workspace. So I don't think you need to do anything with group workspaces of power bi service. You simply need pbix file for each report and publish them to your azure workspace unless I've misunderstood you.
- NerdFlanders9 years agoAdvocate I
No, there are two, let's say versions, of power bi embedded, the one you explained and there is one there you can access reports, dashboards and tiles directly in your workspace with REST API, so you can embed even single tiles on a website. There you also can get your groups, see at Apiary.
I'm wandering why there is a function to get my groups if I can't get any reports from there, or can i?
- NerdFlanders9 years agoAdvocate I
I found it out by myself:
simply add groups/<groupid>/ to you base uri https://api.powerbi.com/beta/myorg/
If not you'll only get the reports, dashboards and tiles from your own workspace, but if you organize your reports by topic in different groups its neccessary to get reports from there aswell.
- vospitannikov9 years agoHelper I
Hello NerdFlanders
Have you tried to embed group reports using iFrame or JavaScript API?
Like in this tutorial:
https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-report/