Forum Discussion
sbenzaquen
Helper I
4 years agoFind text in a column from another table
Hi experts, I need help with something I'm working on. I want to search in the "Notes" column from the "Time Spent" table if it contains any of the "Issue Keys" of the "Issue Key" table. If so, I'd...
sbenzaquen
Helper I
4 years agoDone - I have now 48 distinct "Project Keys" (and 9k Issue Keys)
tamerj1
Community Champion
4 years agosbenzaquen
Great. Now connect bothe tables via Project Columns. Then use
Issue Key =
MAXX (
FILTER (
RELATEDTABLE ( 'Issue Key' ),
CONTAINSSTRING ( 'Time Spen'[Notes], 'Issue Key'[Issue Key] )
),
'Issue Key'[Issue Key]
)