how to check if a value exists in another table column in powerbi code example
Example: DAX check if value exists in another table
Matched = NOT(ISBLANK(RELATED(Table2_UniqueJobIDs[JobIDsDEF])))
Matched = NOT(ISBLANK(RELATED(Table2_UniqueJobIDs[JobIDsDEF])))