Forum Discussion
Putting a web embed code from Power BI into a page in salesforce
Thank you for solution regarding Salesforce
- veronicajoseph11 year agoNew Member
To embed a Power BI report into a Salesforce page, follow these steps:
Enable Power BI Embedded
- Ensure your Power BI report is published to the Power BI Service.
- Get the Embed Code from Power BI:
- Open the report in Power BI Service.
- Click File > Embed Report > Publish to Web (Public) or use Embed in SharePoint Online (if you need restricted access).
Add the Embed Code to Salesforce
- Navigate to Salesforce Lightning App Builder or Classic Page Layout.
- Use a Visualforce Page or Lightning Component:
If using Visualforce, create a page with an <iframe> that includes your Power BI embed URL.
If using Lightning Component, use <lightning:iframe> or an Aura Component to embed the report.
Ensure Authentication (if needed)
- If embedding a private Power BI report, use Power BI Embedded API and implement OAuth authentication.
- You may need Azure AD App Registration to authorize users.
Let me know if you need code examples or further guidance! ๐
- Sophia309 months agoNew Member
Embedding a Power BI report into a Salesforce page allows teams to access real-time analytics directly within their CRM environment. This integration enhances decision-making by providing interactive dashboards without switching platforms. In the middle of this process, many professionals explore Salesforce training courses to better understand configuration steps such as creating secure iframes, managing permissions, and enabling external content. By properly inserting the Power BI embed code, users can create seamless data visibility across departments. This approach improves productivity, strengthens data alignment, and ensures that Salesforce pages display powerful insights for sales, service, and management teams.