IN([ESCANEO],(Extrusora[Codigo de Scanner])). I have the next. Why?
The expression is valid but its result type ‘Yes/No’ is not one of the expected types: List
IN([ESCANEO],(Extrusora[Codigo de Scanner])). I have the next. Why?
The expression is valid but its result type ‘Yes/No’ is not one of the expected types: List
Just as the error message says, your column expects a list and NOT a yes/no value. IN() returns a yes/no value and NOT a list.