Forum Discussion
Power BI Embedded questions
Below link is a MVC sample foe embding Power BI:
https://azure.microsoft.com/en-us/documentation/articles/power-bi-embedded-get-started-sample/
for passing filter from app you need to add the filter to the URL in format of {tableName/fieldName}:
https://app.powerbi.com/reportEmbed ?reportId=d2a0ea38-0694-4c70-9673-ee9655d54a4a&$filter={tableName/fieldName} eq '{fieldValue}'
Hi AliSharifi,
Thank you for the reply.
I have already tried that sample and it works fine but the question is related to the NuGet packages for Power BI Embedded which are currently not supported with MVC4 applications. Do we have to upgrade our applications to MVC5?
Regarding the parameter questions, I have read it on StackOverflow that end user would be able to clear that filter. We dont want end user to clear that filter, we are looking for some programatic parameter approach, is there any option available?
Regards,
Adeel