Forum Discussion
nagaraj
6 years agoPost Patron
Filters 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
amitchandak
6 years agoSuper User
nagaraj , refer if this can help
https://community.powerbi.com/t5/Developer/Power-BI-Embedded-Filters/m-p/1148452
nagaraj
6 years agoPost Patron
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/