Forum Discussion

ebar's avatar
ebar
Regular Visitor
4 years ago
Solved

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.

 

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'

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

1 Reply

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