Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hi All,
Due to security reason, "Publish to web" option is disabled in our organization, so we can't able to get the embed url directly from Power Bi website.
And we're planning to embedd the power bi reports in Google site.
Could you please suggest how to proceed on this.
Thanks and regards,
Mayil Vahanan R
Solved! Go to Solution.
Hi @Mayil,
Nope, you can also use javascript function to invoke REST api to load embed contents, below is official sample for power bi embedded:
Microsoft Power BI Embedded Playground
For azure configurations, you only need to register permission for use REST API.
Regards,
Xiaoxin Sheng
Hi Mayil,
Were you able to embed power bi report into google site without using Publish to Web. If yes can you please share the steps.
Hi,
Not yet, we're also looking for alternate solution.
And planned for sharepoint iframe concept..
Hi Mayil,
We are looking to do the exact same thing (embed pbi in google site).
Do you have any further experiences with this? What has worked best for you? Any info would be highly appreciated! 🙂
Hi @Mayil,
If publish to web feature is disabled, you can only consider to use power bi embedded function to embedded your contents.
It support to share with security setting and not effect by disabled publish to web feature.
Power BI Embedded Documentation
Regards,
Xiaoxin Sheng
HI Xiaoxin Sheng,
Thanks for your reply and links.
So, In order to embed the powerbi report, we need to install Visual Studio and create web application for achieve it and also Azure configuration.
Or do we've have any other options?
Hi @Mayil,
Nope, you can also use javascript function to invoke REST api to load embed contents, below is official sample for power bi embedded:
Microsoft Power BI Embedded Playground
For azure configurations, you only need to register permission for use REST API.
Regards,
Xiaoxin Sheng
Hi Xiaoxin Sheng,
Thanks for your links. Yes I've already seen that and am trying to achieve same thing. But still working on this.
Edit:
If you've any video which explain each steps. Please share us the links. So that, it helps for me as well someone also.