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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Cacaue
Frequent Visitor

Dinamic report with params

I have created a report with a direct query that show the values that I need according to the parameters created. If I change the value of the parameters in design it changes the values of the report.


You can call the parameters from url as indicated in the documentation.
https://app.powerbi.com/groups/me/apps/xxxxxxx-c4c4-4217-afd9-3920a0d1e2b0/rdlreports/xxxxxxx-639e-4...

 

The problem is that if I change the values of those parameters in the url it does not change the report that shows

How can I do it? Any idea?

2 REPLIES 2
Cacaue
Frequent Visitor

It does not work for me.
I have the parameters in the query because I call a stored procedure that needs those values, and I want to change them by url call.
I have created the url as you indicate but the same data is shown.
The parameters are created with values.
I want to do it to call it from my web application and depending on the query send some values or others.

v-zhangti
Community Support
Community Support

Hi, @Cacaue 

 

Now, to pass a new value for the parameter through the URL, you need to append the following query string to the report URL:

?filter=VisualName/ParameterName eq 'NewValue'

 

Replace "VisualName" with the name of the visual that contains the parameter, "ParameterName" with the name of the parameter, and "NewValue" with the new value you want to pass.

 

For example, if the visual is named "Sales by Region" and the parameter is named "Region", and you want to pass the value "West", the URL would look like this:

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

 

Note that you need to encode spaces in the visual and parameter names as "%20".

 

Best Regards,

Community Support Team _Charlotte

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

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.