Forum Discussion

Greg_MSFL's avatar
Greg_MSFL
New Member
4 years ago
Solved

Value contained in another column ?

Hi everyone, I search on internet but until now couldn't find a way to answer my problem : I have two tables (and many others, but for this problem, only these two are necessary 🙂 ) :   The firs...
  • amitchandak's avatar
    4 years ago

    Greg_MSFL , based on what I got

     

    New column in Table 2  =

     

    var _cnt = countx(filter(Table1, table1[ID_CONT] = table2[ID_CONT] && table1[FABRICANT] = table2[FABRICANT] ) , table1[ID_CONT] )

    return

    if(isblank(_cnt), "OK", "KO")