Forum Discussion
Embedded reports and passing parameters in url
Yes the two are differant and don't work the same under the covers. As for passing parameters that is something that is currently not supported but is on our backlog. Feel free to cast your vote for it here as we use customer feedback to prioritize our next set of features.
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 ?
- Anonymous5 years agoNot applicable
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.