Forum Discussion
nagaraj
Post Patron
6 years agoFilters to Embed URL in Power BI Embedded
Hi, I have a requirement to append the filters like below to the Embed URL in (Power BI Embedded) ?filter=Store/Territory eq 'NC' and Store/Chain eq 'Fashions Direct' Was following as me...
- 6 years ago
I was able to add URL filters to Embed URL and its working. Below is the syntax i used
report.EmbedUrl + "&filter=FundProperty/FundName eq \\'Eagle\\'";
Regards
Nagaraj
v-deddai1-msft
Community Support
6 years agoHi nagaraj ,
It is not supported to add URL Filters to Power BI Embedded URL in Power BI currently .There is an idea about this issue, please vote it up, Allow filters in the url for an embedded report , to improve the Power BI.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
nagaraj
Post Patron
6 years ago
I was able to add URL filters to Embed URL and its working. Below is the syntax i used
report.EmbedUrl + "&filter=FundProperty/FundName eq \\'Eagle\\'";
Regards
Nagaraj