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...
tamerj1
Community Champion
4 years agoGreat. Let me know when done so I can lead you through the rest if the steps
sbenzaquen
Helper I
4 years agoDone - I have now 48 distinct "Project Keys" (and 9k Issue Keys)
- sbenzaquen4 years ago
Helper I
tamerj1 - see my reply above (Message 12). What is next? thanks
- tamerj14 years ago
Community Champion
sbenzaquen
Any luck?- sbenzaquen4 years ago
Helper I
It is loading "work in on it" for a while....I think the data is still too big. My time spent table is 313k...
To make sure I understood it correctly, how am I supposed to link the two tables? I still don't have any link with the Time Spent table as there is no issue/project key to use...Do I need to develop one column on the time spent table? I only did the project key in the Issue Key table...
- tamerj14 years ago
Community Champion
sbenzaquen
Great. Now connect bothe tables via Project Columns. Then useIssue Key = MAXX ( FILTER ( RELATEDTABLE ( 'Issue Key' ), CONTAINSSTRING ( 'Time Spen'[Notes], 'Issue Key'[Issue Key] ) ), 'Issue Key'[Issue Key] )