Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
I want to pass parameter/input from UI to power BI service to generate generic report . Please give me possible way in power BI to do this.
Is this question solved? I am trying to do the same and no idea how would it work with published reports.
I want to pass parameter/input from UI to power BI service to generate generic report . Please give me possible way in power BI to do this.
We tried this way already with report but we need to pass param in after publishing to web service.
We need to pass the param in the published service URL and dynamicaly generate report based on the parameter we pass.
Please help us on this.
HI @murali_r,
Url filter not available on 'publish to web' reports, you can refer to below link to know more about this limitation.
Filter a report using query string parameters in the URL
There are a couple of things to be aware of when using the query string parameters.
Query string filtering does not work with Publish to web URLs.
Field type has to be string.
Table and field names cannot have any spaces.
For your situation, I'd like to suggest you use power bi embed, it support url filter.
Power BI Embedded Documentation
Regards,
Xiaoxin Sheng