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.