Forum Discussion
Filter report with URL query paramaters
- 8 years ago
Hi Anonymous,
I really dont know if that is the case, but I had some problems with visualizations that were solved after I cleaned the Chrome's browser cache.
Filters here works with Chrome...
Hi Anonymous,
The issue should be the Column1 data type is number, while it requires field to be string. You can filter via this URL:
http://server/reports/powerbi/TestReport?filter=Table1/Column2 eq 'A'
For more infomration, see:
https://powerbi.microsoft.com/en-us/documentation/powerbi-service-url-filters/
Best Regards,
Qiuyun Yu
Thanks but this did not solve the problem. I changed the name of the tabel to T and the columns to C1 and C2. Both columns are type text.
I have tried this:
http://rerver/reports/powerbi/TestReport?filter=T/C1 eq '1'
http://rerver/reports/powerbi/TestReport?filter=T/C2 eq 'A'
http://rerver/reports/powerbi/TestReport?filter=T/C2 eq 'a'
Nothing seems to work. Im begining to doubt I have installed the latest version of PBI Report Server. How do I check that?
- muchinski8 years agoResolver II
well, your sintax seems to be corect. I just tested in one of my reports and here it works well.
You can check the version on the ? menu from the report portal:
- Anonymous8 years agoNot applicable
Here is my version:
Seems like you have a more reacent version. Will try to download and install the latest version.
- Anonymous8 years agoNot applicable
Now I have the latest version of the server installed and still unable to filter. I have now tested to import a small table and filtered on that. Nothing works! In Chrome...
I really need this feature for ALL browsers!
Report ServerQuery Editor