0

I can't figure out how to generate an embed code for a Power BI Dashboard - see picture of dashboard below. There is a "more options" on the dashboard, but no actual way to get an embed code in order to embed on a public website. I have this in report form (it's just the map, so only a one-page report) and I can generate an embed code for the report.

enter image description here

If I click on the dashboard itself, it just takes me back to the report, and any embed code I generate there just embeds the report, which annoyingly is not centered and includes the Power BI menu at the bottom:

enter image description here

Am I missing something here? Where is the option to get an embed code for a dashboard?

halfer
  • 19,824
  • 17
  • 99
  • 186
DiamondJoe12
  • 1,879
  • 7
  • 33
  • 81
  • Take a look at [Tutorial: Embed Power BI content into an application for your customers](https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-customers). This is the proper way of embedding Power BI elements, which will give you flexibility to control the appearance too. There are lots of questions here how to do that, e.g. [this](https://stackoverflow.com/questions/56409362/is-there-any-way-to-embed-power-bi-reports-and-dashboards-in-vb-net-or-c-sharp-d) one. – Andrey Nikolov Aug 13 '20 at 05:59
  • Andrey, thanks but not sure I understand. All I'm trying to do, is use the embed iframe method in a public website. It's not a custom application. I just figured if you could embed a report, why wouldn't you be able to embed a dashboard? – DiamondJoe12 Aug 13 '20 at 15:13

1 Answers1

0

The Publish to Web option in Power BI is for reports only, not for dashboards or Apps. Any other embedding for a publicly accessible object must use the custom app approach, with the relevant Premium or Embedded Service.

Jon
  • 4,593
  • 3
  • 13
  • 33