Forum Discussion
New to Power BI
If you want to show a Power BI report in a website, you can either do a Publish to Web and essentially iframe it in or you would need to use Power BI embedded.
Publish to Web is zero security.
Well No , I dont want to publish directly to the web . I only want the data from the report.
- zoloturu7 years agoMemorable Member
Power BI report can be shown on the website in two ways as was mentioned by Greg:
1) Publish to Web. Report's link created in this way will be unsecured and can be shared with anyone. Details about this feature - https://docs.microsoft.com/en-us/power-bi/service-publish-to-web
2) Embedding API. It is a secure method. See details - https://docs.microsoft.com/en-us/power-bi/developer/embedding and interactive example from Microsoft - https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html .
Regards,
Ruslan
-------------------------------------------------------------------
Did I answer your question? Mark my post as a solution!