Filter elements in a list

Hello

One of my columns contains a list. I woul'd like to filter by values in the list.
By exemple being able to select all values who contains "Tarare"

Is it possible or is it a feature request ?

Totally possible!
If you want to do it through the GUI, you can do it by selecting "Filter", choosing your column, and changing the setting from "is" to "contains". From there, you can enter your option(s) and click "add filter".

If you want to do this via native query, you can do so by adding a "WHERE [field] LIKE '%[your text]%'"

If you were looking for help setting this up as a filter in a dashboard, the documentation here is very helpful: Dashboard filters | Metabase Documentation

Hope this helps!

1 Like

Unfortunatly I don't have these options :frowning:

Those options only come up when you do a question, not in the metadata.
If you want to filter at the query definition level, you have to do it using SQL.
How are you defining your model?