Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
We have started to use Microsoft Power BI for my analytics needs and I am trying to find a way to embed the visualizations into a page in Salesforce. I see I can get a web address but also an embed code which woud be amazing. Anyone know how I can do this? I
feel this could verge on developer but I am hoping there is a way to do this a little more easily
Thank you
Saanvi S
Solved! Go to Solution.
@iamsaanvi wrote:
Hi,
We have started to use Microsoft Power BI for my analytics needs and I am trying to find a way to embed the visualizations into a page in Salesforce. I see I can get a web address but also an embed code which woud be amazing. Anyone know how I can do this? I
feel this could verge on developer but I am hoping there is a way to do this a little more easily
Thank you
Saanvi S
You can reference Embedding a Power BI report into Salesforce.
As to the easiest approach, you may need Publish to web from Power BI
To embed a Power BI report into a Salesforce page, follow these steps:
Enable Power BI Embedded
Add the Embed Code to Salesforce
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)
Let me know if you need code examples or further guidance! 🚀
@iamsaanvi wrote:
Hi,
We have started to use Microsoft Power BI for my analytics needs and I am trying to find a way to embed the visualizations into a page in Salesforce. I see I can get a web address but also an embed code which woud be amazing. Anyone know how I can do this? I
feel this could verge on developer but I am hoping there is a way to do this a little more easily
Thank you
Saanvi S
You can reference Embedding a Power BI report into Salesforce.
As to the easiest approach, you may need Publish to web from Power BI