Forum Discussion
Error when trying to filter using URL parameter syntax
I'm having the same error, although the table and the field exist in my model. Have you found a solution?
- MFelix1 year agoSuper User
Hi altesa ,
Sorry for returning with the same solution, but have you tried removing and readding the filter?
Usually when this occurs means that you have deleted that specific value and in my experience even when you delete a column and then readd it it will make the specific filter work because it's based on names and not on ids of columns.
- altesa1 year agoNew Member
Gracias Miguel!
In fact, it worked when I've renamed the columns in my filters to avoid underscores. Also, I've switched to ID fields that I converted to numbers first, to avoid using single quotes. I had tried to replace those characters with url codes, and the resulting url looked Ok, but I couldn't make it work with strings...
Thaks for your help!
- MFelix1 year agoSuper User
No problem, since Power BI uses naming convention to identify everything in a report visualization and filtering sometimes it gets tricky specially when you do the renaming of the fields.
Glad you were able to solve it.