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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Pass multiple parameters through embedURL

Is it possible to pass multiple parameters through the embedded URL for a Power BI Paginated report? The report is currently hosted in a dedicated workspace. I need to embed this report in a .Net core application which will pass several parameters. Is it possible to append these to the embedURL? As in the higlighted code below?

 

let config = {
type: 'report',
tokenType: tokenType == '0' ? models.TokenType.Aad : models.TokenType.Embed,
accessToken: accessToken,
embedUrl: embedUrl?rp:ReportParameter1&rp:ReportParameter2&rp:ReportParameter3,
id: embedReportId,
permissions: permissions,
};

 

I tried using the Power BI Embedded Playground (Power BI Playground) but the test report used over there is a Power BI Report and not a Paginated report. I also tried to upload my own paginated report. However, the report does not get listed under the Workspace. Am I missing something?

 

Could someone please guide/confirm if it is feasible to pass multiple parameters from a custom application to an embedded paginated report?

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

 

Yes. Referring to this blog, URL parameters in embedded paginated reports – This capability, already supported in Power BI service, allows ISVs and developers to control their users experience by appending extra parameters to the generated Embed URL. For example:

?rp:Paremeter1=xxx&rp:Paremeter2=xxx 

 

Refer to:

Tutorial: Embed Power BI paginated reports into an application for your customers
Tutorial: Embed Power BI paginated reports into an application for your organization

Learn more about URL parameters in Power BI paginated reports

https://community.powerbi.com/t5/Service/Unable-to-embed-a-paginated-report/m-p/1104682

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors