Forum Discussion

qasimawan's avatar
qasimawan
Frequent Visitor
4 years ago
Solved

Check if a value exists in another table

Hello Community!   I am relatively new M Langauge and I want to know how to check if the string exists in another column. I have used an Excel formula such as: isNumberMatch   I will elaborate on...
  • ImkeF's avatar
    4 years ago

    Hi qasimawan ,
    sorry, yes, the code has to be adjusted:
    if List.Contains(#"query1"[Concat], [Concat]) then "true" else "false"