Forum Discussion
Anonymous
3 years agoNot applicable
Problem with LOOKUPVALUE not searching multiple columns
Am I right in saying that I cannot use the same Search_ColumnName twice when using the LOOKUPVALUE function? I have 4 columns in one table with values that match the Search_ColumnName values in an...
Anonymous
3 years agoNot applicable
Thank you for the reply but unfortunately that didnt work.
This is what I am trying to achieve
johnt75
Super User
3 years agoYou need to filter out the blanks as well,
Teamowner =
SELECTCOLUMNS (
FILTER (
Owner,
Owner[Team]
IN { S3SSL[tags1], S3SSL[tags2], S3SSL[tags3], S3SSL[tags4] }
&& NOT ISBLANK ( Owner[Team] )
),
Owner[Owner]
)