Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
paulc
Helper I
Helper I

power bi embedded in wordpress

I want to put Power BI Embedded feature in my blogging site.

I've gone through in Azure portal and setup Workspace Collection, Workspace, and Subscription ID and Workspace ID are also created.  I have everything I need, but I have no idea how to put this in my Wordpress site.

 

I've looked up for a Wordpress plugin, but there isn't one for Power BI Embedded.

 

Is there a way I can put Power BI Embedded in Wordpress?  I'm not a developer, so your help is much appreciated.  I am thinking having a plugin for PHP inserting is an option, then just put the codes there?  Not sure what I need to do.

 

Thank you for your help.

 

 

5 REPLIES 5
vcastello
Resolver III
Resolver III

Hi @paulc

 

You can give this a try ....

https://wordpress.org/plugins/embed-power-bi/

 

Vicente

Eric_Zhang
Microsoft Employee
Microsoft Employee


@paulc wrote:

I want to put Power BI Embedded feature in my blogging site.

I've gone through in Azure portal and setup Workspace Collection, Workspace, and Subscription ID and Workspace ID are also created.  I have everything I need, but I have no idea how to put this in my Wordpress site.

 

I've looked up for a Wordpress plugin, but there isn't one for Power BI Embedded.

 

Is there a way I can put Power BI Embedded in Wordpress?  I'm not a developer, so your help is much appreciated.  I am thinking having a plugin for PHP inserting is an option, then just put the codes there?  Not sure what I need to do.

 

Thank you for your help.


I don't think it is a good idea to use Power BI Embeded in your blogging site, as Power BI Embedded is charged by session which you can simply understand it as that once someone view the embedded report in your public site, you'll be billed.

 

Maybe you can try "publish to web", it is free and the embedding code is very simple.

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.

Eric_Zhang
Microsoft Employee
Microsoft Employee


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

Capture.PNG 

 

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.

paulc
Helper I
Helper I

I found below iFrame code.... but doesn't work...

 

<div id="pbi-report"
 style="height:95vh;"
 powerbi-type="report"
 powerbi-embed-url="url here"
 powerbi-access-token="key here">

 <iframe
  src="url here"
  scrolling="no"
  allowfullscreen="true"
  style="width:100%;height:100%;">
 </iframe>
</div>

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.