Forum Discussion
Join two tables via a common variable
- 7 years ago
Hey,
you can achieve what you are looking for by "merging" columns from one table into the other.
This Blogpost explains it very good, I think:
http://radacad.com/append-vs-merge-in-power-bi-and-power-queryHopefully this gets you started.
Regards,
Tom
If your Employee ID column has unique values in first table then power will directly create relationship in two tables.
You want append or join? please eloborate more
- Anonymous7 years agoNot applicable
I would like the gender column and level column info seen in the employee info sheet to be added into the Awards list data, showing the relevant info there.
E.g. employee info - Employee ID: 1234, Gender F, Level 4
Every instance in the Awards list where there is Employee ID: 1234 I want to see in the gender / level columns there, F and 4.
Hope this explains.
- TomMartens7 years agoSuper User
Hey,
you can achieve what you are looking for by "merging" columns from one table into the other.
This Blogpost explains it very good, I think:
http://radacad.com/append-vs-merge-in-power-bi-and-power-queryHopefully this gets you started.
Regards,
Tom
- Anonymous7 years agoNot applicable
Awesome! Thank you very much. The merge worked perfectly!