Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Filter error. The expression refers to multiple columns.

The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value.  
  • AlexisOlson's avatar
    AlexisOlson
    4 years ago

    You could use just that column instead of the whole table then.

     

    WorkerName = FILTER ( VALUES ( Worker[WorkerName] ), Worker[WorkerName] = "Once Off" )