Forum Discussion
Anonymous
6 years agoNot applicable
Power BI Report Server Passing URL Parameters for report filtering
Good evening, We have published a report at the on premises Power BI Report Server. We need this report to be embedded to an on premises - as well- web application . The report should interact wi...
- 6 years ago
This works on my machine. Do you have a space after the "filter= " ? I found that if I do that the filter just silently fails to work, while if I deliberately misspell the table name I get a warning icon over in the filters pane.
d_gosbell
Super User
6 years agoThis works on my machine. Do you have a space after the "filter= " ? I found that if I do that the filter just silently fails to work, while if I deliberately misspell the table name I get a warning icon over in the filters pane.
Anonymous
6 years agoNot applicable
Thank you very much. It was the space after '?' and after '=' that were included in my url. I eliminated them and it worked just fine.