Forum Discussion
macgeorge
2 years agoHelper I
Creating a table from 2 other tables
I am trying to create a 3rd table (table c) that will present all names has a "Full Name" column from table a, and will list all the names under "DISPLAY_NAME" from table b, and the LICENSE_NO column...
amitchandak
2 years agoSuper User
macgeorge , Try with generate
generate('Table1'[Full Name], filter(Full Name, 'Table2'[DISPLAY_NAME] = upper('Table1'[Full Name])))