Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Using IN operator for checking in a column

Hi, I've seen that it is possible to use the "IN" operator in this manner: Products[Color] IN { "Red", "Black" } Now, for a my pbix I'd like to use a similar logic: Products[Color] IN Colors[Colo...