Forum Discussion
URL parameters giving this filter came from a query string parameter that was added to a report url
- 5 years ago
Hi, Narukkp
According to my test, the case of the letters in the link also affects whether the URL filter works, you can see my screenshot:
The URL filter can’t work when I used “?Filter=”
The URL filter worked when I used “?filter=”
As a result, I suggest you to change the expression like this:
Then you should also check if the case of the letters in your table name and column name are correct.
Regarding to how to pass summary report parameter value to detail service report, I think your method that uses “Web URL” button can work according to my test. You can just skip the warning and continue if it’s possible. But you should gurantee the browser your link jumped to has signed in with the correct account.
More info about Filter a report using query string parameters in the URL
You can download my test pbix file here
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, Narukkp
According to my test, the case of the letters in the link also affects whether the URL filter works, you can see my screenshot:
The URL filter can’t work when I used “?Filter=”
The URL filter worked when I used “?filter=”
As a result, I suggest you to change the expression like this:
Then you should also check if the case of the letters in your table name and column name are correct.
Regarding to how to pass summary report parameter value to detail service report, I think your method that uses “Web URL” button can work according to my test. You can just skip the warning and continue if it’s possible. But you should gurantee the browser your link jumped to has signed in with the correct account.
More info about Filter a report using query string parameters in the URL
You can download my test pbix file here
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Perfect it is working. filter keyword is case senstive Thank you so much v-robertq-msft ......