check for a value from one table in another table 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])))