Forum Discussion
PublicBIWeb123
9 years agoNew Member
PowerBI in Public External Website
I would like to know if it is possible to use PowerBI reports in the public external website that was built using .NET CORE MVC. If so, I would appreciate some hints how to do it and any procs/cons.
Ideally, I would like to simplify fornt end report development using PowerBI.
2 Replies
- Eric_ZhangMicrosoft Employee
Power BI now can embed report via Power BI REST API or Power BI Embedded.
Check this Microsoft Power BI reports integration into ASP.NET MVC application. - runrunrunResolver I
You can check this documentation
https://docs.microsoft.com/en-us/azure/power-bi-embedded/power-bi-embedded-get-started-sample
Hope it helps