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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Navsharma
Frequent Visitor

How to pass parameter in embedded report in the application

I need to pass parameters into the URL to the embedded report. Any link that helps for step by step process.

2 REPLIES 2
Anonymous
Not applicable

Hi @Navsharma ,

 

To set report parameters within a URL, use the following syntax:

rp:parameter=value

 

For example, to specify the two parameters "Salesperson" and "State" that are defined in a report in My Workspace, you would use the following URL:

https://app.powerbi.com/groups/me/rdlreports/xxxxxxx-abc7-40f0-b456-febzf9cdda4d?rp:Salesperson=Tie+...

 

To specify the same two parameters defined in the report in your app, use the following URL:

https://app.powerbi.com/groups/me/apps/xxxxxxx-c4c4-4217-afd9-3920a0d1e2b0/rdlreports/xxxxxxx-639e-4...

 

To pass a Null value for a parameter, use the following syntax:

parameter:isnull=true

 

For example,

rp:SalesOrderNumber:isnull=true

 

To pass a Boolean value, use 0 for False and 1 for True.

 

To pass a floating point value, include the decimal separator for the server locale.

 

If a report contains a report parameter that has a default value, and the value of the Prompt property is false (that is, the Prompt User property is not selected in Report Manager), you cannot pass a value for the report parameter in the URL.

 

For more detailed examples and syntax, please refer to the official documentation:

Pass a report parameter within a URL for a Power BI paginated report - Power BI | Microsoft Learn

 

If you have any further questions please feel free to contact me.

 

Best Regards,
Yang
Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

I found that we can't pass the parameters value in URL due to security purpose. https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/embed-paginated-report speaks about parameters but I am not getting how to implement the same. 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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