Forum Discussion
dvgz
5 years agoNew Member
Cannot Pass Parameters from Embed Paginated Report
Hello, We have a website, where we currently have an embedded PowerBI Paginated Report (the iFrame is inside a modal window) Is there any way, to retrieve the parameters the user ...
Anonymous
5 years agoNot applicable
Hi dvgz
You may refer to this blog for more details about how to configure setting in Embed Paginated Report.
For reference: Embed a paginated report
settings: {
commands: {
parameterPanel: {
enabled: true,
expanded: true
}
}
}
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.