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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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
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.