Forum Discussion
Embedded reports and passing parameters in url
Hi I am using PowerBi embed using Iframe
I need to pass Customer Name value from Angular Iframe UI to PBIX report so that it filters out data only for this customer
Is this possible in PowerBIEmbeded and how ?
Yes please, it's 2021 and this is still a must-have feature! Otherwise we cannot share dashboards with our customers using public embed codes (since they do not have access to our tenant environment) because we are unable to filter the underlying data. These reports are published to an authenticated portal where it's safe(r) to use the public links. However we cannot pass in parameters which means it's not quite the right solution for us yet -- and thus our customers cannot have access to our dashboards.
Suggestions for alternatives welcome
- liridonuka4 years agoNew Member
Use pageName in filter,
&pageName=ReportSection&$filter=V_PROJECT/PROJECT_ID eq 'M571-1'worked for me.