Forum Discussion
PowerBI Embedded in WordPress - Code Directly (without Plugin)
Hello everyone!
Has anyone here experienced working with the PowerBI Embedded without using the plugin? I would like to natively hardcode the PowerBI API unto my Wordpress pages but I'm not sure where to start. All the tutorials I see are for React and .NET languages only. I'm currently in need of PHP examples? I already have the client keys/secrets and SKU set but just don't now how to start with PHP.
2 Replies
- amitchandakSuper User
charven , DO you want Microsoft login to work or do you want SSO
In the first case, you can take an embed URL (Secure or unsecured(public)
https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-embed-secure
https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-publish-to-web
For the second case, you have to generate a token and use that along with your logins
Embedded power bi
https://radacad.com/power-bi-embedded-power-bi-customized-for-you
https://visualbi.com/blogs/microsoft/powerbi/embed-power-bi-reports-dashboards-applications/
https://www.codemag.com/Article/1905061/Creating-Embedded-Reports-in-Your-Web-Apps-with-Power-BI-Embedded- charvenRegular Visitor
Hello amitchandak
Thank you for the reply but what I needed are examples/resources for PowerBI Embedded Analytics that are used in Wordpress or any PHP-based systems. I have already looked at resources similar to what you have shared but they are all in .Net or React.