Hi,
We are working on a proof of concept with Power BI Embedded preview and we came across few questions. I have done research on internet regarding these questions but couldnt find much information.
1. Doest Power BI Embedded API Nuget Packages support MVC4 or is there a way to work with Power BI Embedded API in an MVC4 application because the provided GitHub sample and NuGet Packages target MVC5 but our applications are currently running on MVC4?
2. I want to pass a runtime parameter to the report developed by Power BI Desktop via my application. I want to pass a user Id GUID dynamically so that report is based on that user Id.
I have looked into filters but filters can be cleared by the end user. End user shouldn't be able to clear the filter/parameter.
I have looked into Parameters and I was able to add a parameter, set the value and get the results based on the parameter but the problem is how to pass that parameter through my MVC application. Is it using the querystring? Will the end user be able to clear this in his report?
3. In terms of accessing stored procs via advanced connectivity option under get data. It only supports Import option but no DirectQuery. My question is again passing parameter dynamically via application to this stored proc query, is there a way to do that?
Regards,
Adeel