Forum Discussion
embed a PowerBI report in Salesforce
My client wants to integrate a PowerBI report in an iframe in Salesforce.com I know I can use the public link with Publish to web feature, but link and data won't be secured. So is there an alternative ? How could I register Salesforce as a web application accessing PowerBI resources ? Some question with Dynamics CRM.
16 Replies
- Greg_DecklerCommunity Champion
For Power BI, you would use the new Power BI Embedded functionality. So, essentially create a web application that uses Power BI Embedded to display reports and then iframe that.
https://github.com/Azure-Samples/power-bi-embedded-integrate-report-into-web-app
https://azure.microsoft.com/en-us/documentation/articles/power-bi-embedded-get-started-sample/
For CRM, generally you can iframe CRM or just create a Power BI report based upon Microsoft CRM data and again use Power BI Embedded.
- pdimitrovAdvocate I
I am interested in this solution, but I am not sure how do you refresh data in embedded reports against SFDC data?
Can you provide some guidance?
- AnonymousNot applicable
Hi smoupre. I don't want to create a new web app (for that for sure I would use the new Power BI Embedded functionality) , I just want to embed PowerBI reports into an existing Salesforce.com application, in an iframe. And by the way, data in my PowerBI reports are not coming from Salesforce.com, but from another data source. My client wants to see its reports inside Salesforce. So not sure if I can do that, because first step is to register my web app in Azure... but Salesforce.com is not my application.
- Greg_DecklerCommunity Champion
Whoops, sorry, was experimenting...
- rwohlberNew Member
Did you ever find a way to do this? We have the same need.
- ocakdenizNew Member
You can not use iframe in salesforce using "X-Frame-Options" as a security measure, it will block the external site.
Unfortunatley the proper way to achieve this is using Canvas in Salesforce side and I guess following these steps in your salesforce org.
https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-authenticate-a-web-app/
- parrmohanaraoNew Member
Hi,
I have the similar requirement in my project to display the Power BI dashboards in salesforce canvas app. Can you provide the links which help to configure the Canvas app. Thanks in advance
- parrmohanaraoNew Member
Hi,
I have the similar requirement in my project to display the Power BI dashboards in salesforce canvas app. Can you provide the links which help to configure the Canvas app. Thanks in advance
- parrmohanaraoNew Member
Hi,
The below URL is showing 404 error, can you provide the revised URL which Canvas in Salesforce
https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-authenticate-a-web-app/
- AnonymousNot applicable
We try with success this intergation path, I recommand : https://powerbi.microsoft.com/fr-fr/blog/embedding-a-power-bi-report-into-salesforce/
- maheshm12Regular Visitor
hi ,
do u got the way ?, how to integrate power bi with sales force ?
plz help , i have also same requirement...
thanksin advance..
- maheshm12Regular Visitor
HI ,
- maheshm12Regular Visitor
hi ,
plz tell me, the steps how to do these task..
i have sam requirement .
- pdimitrovAdvocate I
You have to use this example to integrate with PowerBI.com ( not Azure Embedded)
https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-integrate-tile/