The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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.
User | Count |
---|---|
3 | |
2 | |
2 | |
2 | |
1 |
User | Count |
---|---|
4 | |
3 | |
2 | |
2 | |
2 |