Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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'
Solved! Go to Solution.
You cannot pass query parameters on the URL, you can only set filters in the filter pane with URL parameters.
You cannot pass query parameters on the URL, you can only set filters in the filter pane with URL parameters.