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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
m_andel
Helper I
Helper I

Using of URL parameters in reports after moving from ssrs to powerbi

I have plenty of SSRS reports. The parameters in these reports can be set via URL Parameters. 

m_andel_0-1736418893419.png

We have moved these reports to powerbi. It seems that it is not possible to control the parameters via URL parameters on powerbi. Is this correct? Is there a workaround? The filter parameter doesn't seem to work either.

 

1 ACCEPTED SOLUTION
rajendraongole1
Super User
Super User

Hi @m_andel  - Power BI does not natively support URL parameters to control filter values in the same way as SSRS does.

Power BI allows the use of query string parameters to apply filters to reports. You can append a filter to the report URL using the following syntax:

SQL script eg: 

https://app.powerbi.com/groups/<workspace_id>/reports/<report_id>?filter=Year/Year eq 2023

 

If you still need to emulate SSRS-like functionality for parameterized reports, you can use Power BI Report Builder to create paginated reports. These reports support parameters and can be controlled via URL parameters in a manner similar to SSRS.

 

If strict URL parameter functionality is required, you may need to use Power BI Report Builder for paginated reports.Implement embedding with the Power BI API for more dynamic solutions.

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

3 REPLIES 3
rajendraongole1
Super User
Super User

Hi @m_andel  - Power BI does not natively support URL parameters to control filter values in the same way as SSRS does.

Power BI allows the use of query string parameters to apply filters to reports. You can append a filter to the report URL using the following syntax:

SQL script eg: 

https://app.powerbi.com/groups/<workspace_id>/reports/<report_id>?filter=Year/Year eq 2023

 

If you still need to emulate SSRS-like functionality for parameterized reports, you can use Power BI Report Builder to create paginated reports. These reports support parameters and can be controlled via URL parameters in a manner similar to SSRS.

 

If strict URL parameter functionality is required, you may need to use Power BI Report Builder for paginated reports.Implement embedding with the Power BI API for more dynamic solutions.

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Our migrated reports ARE actually paginated reports. But URL parameters are not automatically recognized as report parameters. The internal name of the parameter in my example is "Jahr", so it should work with the url parameter "Jahr", right?
Or do i have to set any settings in the report builder? I could not find any settings for this.

m_andel_0-1736421084723.png

 

@rajendraongole1 i just figured out, that you have to address the parameter names with 'rp:'

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors