Forum Discussion
How can I embed a single Power BI Tile or Visualisation instead of a Report using Power BI Embedded?
- 9 years ago
If you go through the demo Load a tile into IFrame, you would find the embedded url for a url is like "https://msit.powerbi.com/embed?dashboardid=xxxx&tileid=xxxx".
AFAIK, there's no dashboard in Power BI Embedded at all. It is some feature in the Power BI Service. When we say tile, we mean Dashboard tile.
So the answer to your question is, no, so far you can't embed a single visual from a report. You can try to vote this idea Use power BI Embedded with Dashboards and tile up.
Regarding workarounds, I can think of three.- Create one visual in individual reports and embed each report accordingly.
- Create individual pages, and embed the same report with different default page. Check Power BI Javascript API and default page live demo.
- The easiest approach, just embeded the report and use focus mode to get attention.
If you go through the demo Load a tile into IFrame, you would find the embedded url for a url is like "https://msit.powerbi.com/embed?dashboardid=xxxx&tileid=xxxx".
AFAIK, there's no dashboard in Power BI Embedded at all. It is some feature in the Power BI Service. When we say tile, we mean Dashboard tile.
So the answer to your question is, no, so far you can't embed a single visual from a report. You can try to vote this idea Use power BI Embedded with Dashboards and tile up.
Regarding workarounds, I can think of three.
- Create one visual in individual reports and embed each report accordingly.
- Create individual pages, and embed the same report with different default page. Check Power BI Javascript API and default page live demo.
- The easiest approach, just embeded the report and use focus mode to get attention.
- glauron9 years agoNew Member
Cheers Eric_Zhang.
It was a long shot, from what we had uncovered, I felt this would be the result. Thanks for your thoughts on workarounds and the link to the "Idea", I've thrown some votes against it.
- BrianKassay9 years agoMicrosoft Employee
We have a report right now with the interactions working they way we like them, but we want to seperate the visualisations into seperate DIV's in our web app and still have them interact with each like before.
Based on your workarounds, can you get the visualization's interactions to continue to work when they are in a seperate report or seperate page of a report?