Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
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.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |