Forum Discussion
How to render a Power BI Embedded report in Partiality?
I am following the sample on GitHub for Embedding a Power BI report. The sample solution also includes the utility that creates the workspace on Azure. The sample runs just fine.
I am now trying to integrate my own report into my UI. I am having some trouble making it work.
I would like to render it by PartialView.
If i try to render as a View i encounter issues (mostly related to my MVC design).
Question:
Are Partial Views supported by Power BI Embedded?
Thanks.
2 Replies
- AliSharifiHelper I
I have the same issue, the sample works fine but my MVC application does not show anything. could you fixed this?
- jocaplan-MSFTMicrosoft Employee
As long as you can render and Iframe, you should be fine. Here is an example how someone did it in PHP without using any SDKs at all: https://blogs.msdn.microsoft.com/tsmatsuz/2016/07/20/power-bi-embedded-rest/