The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
User | Count |
---|---|
5 | |
3 | |
2 | |
2 | |
1 |
User | Count |
---|---|
11 | |
7 | |
4 | |
4 | |
4 |