Forum Discussion
Mourad_Analyst
3 years agoRegular Visitor
Check if substring from column exists inside string in another table column
I have two tables, firstone identifiants, which has id column as below : second table informations, which has information id column as below: I added a custom column check in identif...
- 3 years ago
Greg_Deckler , correct me if I am wrong but I dont believe Text.Contains will work on its own as it doesnt work with a list of values... ?
Perhaps something like this instead:=Text.Contains(Text.Combine(informations[informations id]),[id])
m_alireza
3 years agoSolution Specialist
Greg_Deckler , correct me if I am wrong but I dont believe Text.Contains will work on its own as it doesnt work with a list of values... ?
Perhaps something like this instead:
=Text.Contains(Text.Combine(informations[informations id]),[id])