I have 2 tables with multiple columns in each, but one common column - names. I want to create a new table with just the names column, only where the name is in both tables/columns. Something like this:
I am trying to do this is Power BI
Table 1 | Table 2 | New Table | ||
Joe | Bill | Joe | ||
Bob | Timmy | Ray | ||
Ray | Joe | |||
Ben | Jay | |||
Jim | Will | |||
Barry | Ray |
I am trying to do this is Power BI