Forum Discussion
EricShahi
3 years agoHelper IV
Power BI URL query string parameters in the URL not working
Target Table Name = Department (measures)
Target Column Name = Team
Filter = Accounting
URL + ?filter=Department_x0020_x0028_measures_x0029/Team eq 'Accounting'
As you can see above the " " is r...
EricShahi
3 years agoHelper IV
if my table name is "Department measure" then below URL works
URL + ?filter=Department_x0020_measure/Team eq 'Accounting'
but if my table name is "Department (measure) the below url doesn't work on browser and doesn't target right table/collumn with filter
URL + ?filter=Department_x0020_x0028_measures_x0029/Team eq 'Accounting'
- GilbertQ3 years agoSuper User
To me that appears to be a limitation in the URL filter. I would try and change it to a name without the round brackets.