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
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
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 ago
Community Support
Hi nagaraj,
I noticed that your URL contains \\ before and after Eagle. Is it escape character?
Best Regards,
Dedmon Dai
- nagaraj6 years ago
Post Patron
yes those are escape characters. We are passing the URL from dotnet to Javascript API, hence the first slash is escape sequence in C# and the second one is for escape sequence for Javascript Regards Nagaraj- v-deddai1-msft6 years ago
Community Support
Hi nagaraj ,
Thank you for sharing the solution and explaining it for me , Would you please accept your reply as answer that people with same issue would find it more quickly.
Best Regards,
Dedmon Dai