Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have tried before to pass a parameter to a Power BI report and its URL which I have received from "File", "Embeded". I have added ?filter=Table/Field eq 'Fieldvalue'. Like this https://docs.microsoft.com/en-us/power-bi/service-url-filters
Well, now I can't get it to work! Has something happened?
I also saw this simular link: https://community.powerbi.com/t5/Issues/Report-URL-parameters-filtering-not-working-for-embed-links/...
Solved! Go to Solution.
Hi @ChristoferJ,
Based on my test, if you use the Embed a report in a secure portal or website feature to get the URL, you can pass the filter parameter via $filter=Table/Field eq 'value'. For example, assume the embed URL is
We can pass the filter parameter by modifying URL like below:
https://app.powerbi.com/reportEmbed?reportId=7860e7e8-4acf-4e94-a860-1af6d633ad57&autoAuth=true&ctid...&$filter=DimSalesTerritory/Group eq 'Asia'
Reference:
Best Regards,
Qiuyun Yu
Hi @ChristoferJ,
It looks like the issue is resolved now, right? If it is, would you please mark a helpful reply as an answer? 😊
Best Regards,
Qiuyun Yu
Hi @ChristoferJ,
Based on my test, if you use the Embed a report in a secure portal or website feature to get the URL, you can pass the filter parameter via $filter=Table/Field eq 'value'. For example, assume the embed URL is
We can pass the filter parameter by modifying URL like below:
https://app.powerbi.com/reportEmbed?reportId=7860e7e8-4acf-4e94-a860-1af6d633ad57&autoAuth=true&ctid...&$filter=DimSalesTerritory/Group eq 'Asia'
Reference:
Best Regards,
Qiuyun Yu