Forum Discussion

kalyan209's avatar
kalyan209
Frequent Visitor
6 years ago
Solved

Comparing 2 columns

HI,   I am comparing 2 columns and displaying the required text in the new column using the specs below.   IF Doc Type = Observation THEN “Audit Report without Observation” IF Doc Type = Audit...
  • parry2k's avatar
    6 years ago

    kalyan209 you can containsrow function to find if TRN_ID exists in PARENT_ID or not

     

    Is Parent Exists = 
    CONTAINSROW( VALUES('Table'[Parent_Id] ), 'Table'[TRN_ID] )