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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

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
v-rzhou-msft
Community Support
Community Support

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
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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