Forum Discussion
Anonymous
10 years agoNot applicable
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 alternati...
Greg_Deckler
10 years agoCommunity 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.
pdimitrov
9 years agoAdvocate 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?