I have a table with a choice column.
The choice column is linked with the global choice "JFI Location Choices" and I have enabled "Selecting multiple choices is allowed".
The Choice Column:

The Table:

I now want to filter the table based on a Combo Box (DataCardValue17) that is connected to the same global choice.
These formula doesn't work. It just gives me all the items in the table.
Filter('[JFI] Area', DataCardValue17.Selected in 'JFI Location')
Filter('[JFI] Area', DataCardValue17.Selected.Value in 'JFI Location')
If I hardcode the selected choice it does work (with a delegation warning)
Filter('[JFI] Area', 'JFI Location Choices'.'Internal Transport' in 'JFI Location')
How do I get the filter to work with the selected value from the Combo Box?
This is the desired result:
