Forum Discussion
rds_2019
Helper I
7 years agoJoin 2 tables by using LIKE or containstring
Hi, Is it posible to join 2 tables using LIKE instead of equal. So if there are 2 tables tables1 and table 2 and join is on column1 and column11 respectively. So can we use something like W...
- 7 years ago
Hi rds_2019 ,
You can try to use the function of SEARCH to find the keyword. Is there any column in your table that can link two tables? I created a sample using the function of RELATED to combine two columns based on id.
Column = IF(SEARCH("*efg*",'Table 1'[Column1]),RELATED('Table 2'[Column1]),BLANK())Best Regards,
Xue
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-xuding-msft
Community Support
7 years agoHi rds_2019 ,
Could you tell me if your problem has been solved? If it is, kindly mark the helpful answer as a solution if you feel that makes sense. Welcome to share your own solution. More people will benefit from here.
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.