I have 2 tables in PowerBI where I would like to compare value when it matches one column value.
Table 1
Number Code
111 aa
222 bb
333 cc
Table 2
Number Code
111 aa
222 bc
222 bb
333 ff
666 gg
Now what I would like to do is to compare the code when the Number Matches. Means the Output should look like in a comparison column-
Number Code Result
111 aa Matches
222 bc Not Matches
222 bb Matches
333 ff Not Matches
666 gg Unknown
Do anyone knows any solution to solve this challenge!