I have a column named Genres (Type Enumlist) at table name Movies.
I want to filter by choosing one of the Genre.
Is it doable?
I had done it with Emum and text but kept failing with Enumlist.
I have a column named Genres (Type Enumlist) at table name Movies.
I want to filter by choosing one of the Genre.
Is it doable?
I had done it with Emum and text but kept failing with Enumlist.
Would you please explain where do you need it and what you have used so far. I assume you are looking for something like..IN(“Classic”,Movies[Genre])
do you mean after choosing column category, the column after showing a subcategory ? if that is your prob so you can use ref with 2 different tables.
Is it doable?
Yes.
I had done it with Emum and text but kept failing with Enumlist.
Post a screenshot of the expression that worked successfully with Enum and we can show you what to change to work with EnumList.
I used " IN(ANY(SELECT " and it solve.
Thanks all of you for your time.
Hey Bro Steve.