Forum Discussion
manudeeptekno
5 years agoFrequent Visitor
How to embed Power BI Dashboards (not reports)
https://docs.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-customers?tabs=net-framework This documentation says that -- "Embedded analytics and Power BI Embedded (the Azure off...
V-lianl-msft
5 years agoCommunity Support
Hi manudeeptekno ,
Dashboards can be embedded into your applications by using the Power BI JavaScript SDKwith the dashboard embedding API.
Please refer to this blog:
https://powerbi.microsoft.com/en-us/blog/embed-dashboard/
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
manudeeptekno
5 years agoFrequent Visitor
Well I have used .NET framework to embed the dashboard, but the Embed url generated from the framework is giving me an blank page when I try to open it using Google chrome.
This is stopping me from embedding the dashboard into my client;'s website