Forum Discussion
Creating New Table from fields from 2 existing tables
Hi SteveBrou ,
Please share sample of Table1, Table2 and expected output in text (not an image pls)
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Regards,
HN
- SteveBrou6 years agoFrequent Visitor
Table 1 Table 2
Job Title Job Title
LCAT First Name
First Name Last Name
Last Name Target Start Date
Target Start Date Subcontractor Name
Expected Output (New Table)
Job Title
FIrst Name
Last Name
Target Start Date
Subcontractor Name
Since the subcontractor name field only exists in table 2, the only rows that would have a value in subcontractor name column are those rows from table 2. The rows from table 1 would have no value in that column.
Thanks!