Forum Discussion

glauron's avatar
glauron
New Member
9 years ago
Solved

How can I embed a single Power BI Tile or Visualisation instead of a Report using Power BI Embedded?

Hi folks,   We want to embed single visualisations into web pages via Power BI Embedded.   Other questions/answers seem to relate to embedding a Tile using the Power BI Service (PBIS), which is d...
  • Eric_Zhang's avatar
    9 years ago

    glauron

     

    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.

    1. Create one visual in individual reports and embed each report accordingly.
    2. Create individual pages, and embed the same report with different default page. Check Power BI Javascript API and default page live demo.
    3. The easiest approach, just embeded the report and use focus mode to get attention.