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.
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.