Forum Discussion
Abdel-2024
3 years agoFrequent Visitor
DAX command
Hi, How can I create the following excel formual in new column (W/Wo_QC) between 2 columns (Opp_ID) & (LOA_ID) in different tables using DAX in Power Bi =IF(ISNA(VLOOKUP(L2,QC!AV:AV,1,FALSE...
tamerj1
3 years agoCommunity Champion
Are you creating a calculated column or a measure? My code is supposed to be a claculated column.
Abdel-2024
3 years agoFrequent Visitor
I need to create new column to check/lookup if the text in Opp_ID column (Table1) is existing in LOA_ID column in Table2 , if yes it will return "with" if not return "witout"