Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
3 |