find existance of matching value and form a new table 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])))