I have created a power bi report in Power BI Desktop using a stored procedure having parameters From Date, To Date, CategoryId, DepartmentId. I have uploaded the report to Power BI Report Server. Now I am trying to embed the report in my MVC application using "iframe", but I don't know how to pass parameters to report at run time from the application.
Can anyone help me?
And Is there any other option other than using "iframe" for embedding the report to my MVC Application and passing parameters. ?
Thanks & Regards