SELECT function to select items from a column which is ENUMLIST type

Hi community,

I am facing an issue with the SELECT function in which I am trying to select row items according to the matching category. Below is my syntax in โ€˜Suggested Valuesโ€™ ,

Select (Complaints[Preliminary Cause], ([complaint]=[_THISROW].[complaint]))

Here, both โ€˜Preliminary Causeโ€™ and โ€˜Complaintโ€™ column are ENUMLIST type.
I am getting below error,

I cannot convert the complaint column to ENUM or TEXT, I need multiple selection of items in dropdown.

Below is my table.

0 3 251
3 REPLIES 3

Hi Marc, Thanks for responding.
I believe IN() 's return value is boolean (TRUE/FALSE). How will the result help me?
Can you please elaborate?

Thanks

Exactly as your expression: [complaint]=[_THISROW].[complaint]

Top Labels in this Space