Forum Discussion
Encilo
9 years agoFrequent Visitor
Power BI embedded - Parameters
Hi guys, is it possible to use Power BI embedded service with power bi parameters? Let's say I need to integrate POWER BI reports in my website and I have report that should be filtered based on...
v-ljerr-msft
9 years agoMicrosoft Employee
Power BI Embedded does not support parameters yet but you can pass in one additional filter value on the embed URL when you render the IFrame like below.
report.EmbedUrl = report.EmbedUrl + "&$filter=table/column eq 'value'";
However, only one filter is supported in the URL currently. If you need to pass multiple filters in the URL, please vote this idea.
Regards