The syntax for this is doing my head in. I've been going through the forums, but haven't been able to find an example which fits this scenario.
A form has a card with a combo box - Choices([@'Exemption Details'].Approver). The goal is to filter this based on the chosen exemption A or B from another combobox - DataCardValue1.Selected.Value.
Exemption Details.Approver is a lookup to Approvers.
Approvers looks like:

The Type column is a lookup to another table with the two types A or B. There are a few cases where an approver can approve bother type A and B.
Every attempt I've made with filter just returns issues with comparing Table to text. I've had a go at using 'AsType' but can't get it right.