Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
dvgz
New 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)

 

dvgz_0-1629207950180.png

 

 

Is there any way, to retrieve the parameters the user has selected here, when they click "View Report" button ? 

 

The values are contained inside an iFrame, so we are not allowed to look inside the DOM and retrieve them this way.

But maybe we can use something like web "PostMessage", and send a message through Cross Domain to communicate with the https://app.powerbi.com/ area 

 

 

 

dvgz_1-1629208210878.png

 

 

Thank you for reading

1 REPLY 1
Anonymous
Not 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.

 

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

Check out the May 2025 Power BI update to learn about new features.

May 2025 Monthly Update

Fabric Community Update - May 2025

Find out what's new and trending in the Fabric community.