Forum Discussion
paulc
9 years agoHelper 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 ha...
paulc
9 years agoHelper 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>