Forum Discussion
Power BI passing param issue from UI
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.
5 Replies
- murali_rHelper I
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.
- pawar_baiFrequent Visitor
- murali_rHelper I
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.
- AnonymousNot applicable
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
Limitations and troubleshooting
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
-
- ppatel91Helper I
Is this question solved? I am trying to do the same and no idea how would it work with published reports.