Forum Discussion
Pass parameters from application to power bi embedded
- Anonymous2 years ago
Hi jswat21 ,
To pass parameters from an application to Power BI Embedded, you can use the URL query string. You can add parameters to the URL query string and then pass it to the Power BI Embedded report. The report can then extract the parameters from the URL query string and use them to filter the data.
Alternatively, you can also pass in one additional filter value on the embed URL when you render the IFrame .
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi ibarrau
Thanks for your reply. I did check the Embedded playground and saw Filters and slicers in action.
But I am not looking for how the filters on the report will work.
What I am looking is before the report is loaded/rendered, the user selections on previous page in the web application should be passed as parameter values to the power bi and then based on these selections, the report should be loaded.
The data being retrieved should be filtered before, the report is loaded.