Hello Community,
I am trying to crease a measure using something similar to the MATCH function from excel.
I have a table(1) that tells me which of the company's training modules my coworkers have completed. Another relationship between tables(2) tells me which modules each coworker must take. I would like to use something like MATCH that would scan table 2 and tells me if there is a match in table 1, if true it would return me as "Completed" and if false "Due".
Below there is an image to help understanding
I tried using CONTAINS, but did not succeed.
Appreciate your help!