Hi,
I try to create a tool to filter gallery with choices column.
Here is my dataverse table:

Here are my settings:
table name: 'Tasks Infos'
combobox name: subtasksFilter
subtasksFilter items: Choices('Tasks Infos'.Subtasks)
gallery items:
Filter('Tasks Infos'; Concat(subtasksFilter.SelectedItems; Value & ",") in Concat(Subtasks; Value & ","))
I used this solution but it doesn't work perfectly. Items are hidden when filter is not enabled and doesn't work properly when combobox selection has wrong order. Here is what it looks like:


I would assume that by selecting 1, 3 gallery displays:

What is wrong with this formula? I tried before with Sharepoint list with choice that allow multiple selections but it works the same and also I read that sharepoint list has more limitation and dataverse is the database that I should use.