Forum Discussion

nagaraj's avatar
nagaraj
Icon for Post Patron rankPost Patron
6 years ago
Solved

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 mentioned in this link 

 

 https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters

 

Manually if i try this its working, but when adding filters to Embed URL its not working.

 

Please guide if I am doing to correctly and how to resolve this.

 

REgards

Nagaraj

  • nagaraj's avatar
    nagaraj
    6 years ago

    Hi v-deddai1-msft 

     

    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

9 Replies