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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
if i try to pass a parameter to this type of URL, its ok
But I can not do it with this type of url :https://app.powerbi.com/reportEmbed?reportId=...&groupId=...?filter=Projets~2FProjet%20eq%20'NamePro...'
Its possible ?
Thanks
Solved! Go to Solution.
@Cobra77 wrote:
Hi,
if i try to pass a parameter to this type of URL, its ok
But I can not do it with this type of url :https://app.powerbi.com/reportEmbed?reportId=...&groupId=...?filter=Projets~2FProjet%20eq%20'NamePro...'
Its possible ?
Thanks
Per my test, it is not possible. However, the link is embed url for Power BI Embeding cases, so those cases, you can filter with Power BI Javascript API - Filters.
@Cobra77 wrote:
Hi,
if i try to pass a parameter to this type of URL, its ok
But I can not do it with this type of url :https://app.powerbi.com/reportEmbed?reportId=...&groupId=...?filter=Projets~2FProjet%20eq%20'NamePro...'
Its possible ?
Thanks
Per my test, it is not possible. However, the link is embed url for Power BI Embeding cases, so those cases, you can filter with Power BI Javascript API - Filters.
Hi @Cobra77,
This is how its done for reports in My Workspace:
https://app.powerbi.com/reportEmbed?reportId=<Report ID>&$filter=<Table>/<Column> eq '<AnyString>'
If your report is in a App Workspace then below:
https://app.powerbi.com/reportEmbed?reportId=<Report ID>&groupId=<Group ID>&$filter=<Table>/<Column> eq '<AnyString>'
Prateek Raina
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |