Forum Discussion
Merge URL parameters filters and predefined filters
Hi jakubalbrecht ,
-- Do you have some hack how to merge both filters into the single one?
Yes, please refer to an example like this:
?filter=Store/Territory in ('NC', 'TN')
Filter a report using query string parameters in the URL - Filter on more than one value in a field
The second point should not work, you need to use to the original table name and field names.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum -- China Power BI User Group
Hello, Anonymous ,
thank you for your reply. I changed the filtering URL from "?filter=Languages/Language eq 'en'" to "?filter=Languages/Language in ('en')" as you recommeded but unfortenatelly there is no change.
The filtering pane when no URL filtering is appplied - https://app.powerbi.com/.../reports/...:
The filtering pane when URL filtering is appplied - https://app.powerbi.com/.../reports/... ?filter=Languages/Language in ('en'):
- Anonymous2 years agoNot applicable
Hi jakubalbrecht ,
Try append this code to the URL:
&filter=Languages%2FLanguage%20in%20(%27en%27)You can also remove the code at the end and append the previous code:
Output:
Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!How to get your questions answered quickly -- How to provide sample data in the Power BI Forum -- China Power BI User Group