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...
ocakdeniz
9 years agoNew 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/
parrmohanarao
8 years agoNew 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