Forum Discussion
Filters to Embed URL in Power BI Embedded
- 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
nagaraj , refer if this can help
https://community.powerbi.com/t5/Developer/Power-BI-Embedded-Filters/m-p/1148452
HI amitchandak
Below URL referring to how the filters can be applied in the javascript. But as per the below documentation i can see that we can embed the fitlers directly in the URL so that no need to use javascript API for this task and is easy for some scenarios
https://azure.microsoft.com/en-us/updates/power-bi-embedded-advanced-url-filtering-capabilities/
- v-deddai1-msft6 years agoCommunity Support
Hi 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
- nagaraj6 years agoPost Patron
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-msft6 years agoCommunity Support
Hi nagaraj,
I noticed that your URL contains \\ before and after Eagle. Is it escape character?
Best Regards,
Dedmon Dai