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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
ebar
Regular Visitor

How to pass in query paramater via URL

I have an embedded power bi report server report on a webpage.

 

 

<div class="pbi-iframe">
    <iframe src="http://reportserver/reports/powerbi/Sales/CustomersTest?rs:embed=true"></iframe>
</div>

 

 

I have created a query parameter (Cityparam) in the report which I want to pass it a value from the URL.

ebar_0-1648580609924.png

 

Is it possible to pass in paramater=value in the URL for an embedded PBIRS report? I had something like this in mind:
http://reportserver/reports/powerbi/Sales/CustomersTest?rs:embed=true&Cityparam='New York'

1 ACCEPTED SOLUTION
d_gosbell
Super User
Super User

You cannot pass query parameters on the URL, you can only set filters in the filter pane with URL parameters.

View solution in original post

1 REPLY 1
d_gosbell
Super User
Super User

You cannot pass query parameters on the URL, you can only set filters in the filter pane with URL parameters.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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