Forum Discussion
power bi embedded in wordpress
Eric, thank you for your reply. Yes, I'm aware of Publish To Web feature and I'm using that one also. But, I'm hoping to figure out how to Embedded more securely. I'm not sure how to create those iFrame lines and put it into Webpress page.
paulc wrote:
Eric, thank you for your reply. Yes, I'm aware of Publish To Web feature and I'm using that one also. But, I'm hoping to figure out how to Embedded more securely. I'm not sure how to create those iFrame lines and put it into Webpress page.
In you original post, as you mentioned azure workspace collection and workspace, so I did't think you're using "Publish to web". For "Publish to web", it is very easy to embed, just try to copy below to a txt file, rename to file with a html extension and open it in your browser.
<html> <iframe width="800" height="600" src="https://msit.powerbi.com/view?r=eyJrIjoiNDJiMWQzNDgtMjhiOC00NDQxLWFjNzAtNTI0NjFiN2Q3M2M5IiwidCI6IjcyZjk4OGJmLTg2ZjEtNDFhZi05MWFiLTJkN2NkMDExZGI0NyIsImMiOjV9" frameborder="0" allowFullScreen="true"></iframe> </html>
You'll get the <iframe ........></iframe> tag from PowerBI.COM once you set some report "publish to web".
By the way, what is the security concern? As you are attempt to embed the report to a public blogging site, so I think "Publish to web" shall be good. Nobody can access and modify your reports in PowerBI.com with the url link.