Forum Discussion
Aneutando
3 years agoNew Member
Visual
Hi All, i need help w.r.t table visualization. I have all key information that changes on a daily basis in this manner 1st pic. I would like to bring in additional 2 columns from another table th...
amitchandak
Super User
3 years agoAneutando , In power query you can merge the using a join with side.
Merge Tables (Power Query) : https://youtu.be/zNrmbagO0Oo
In DAX you can add columns like
like
Maxx(filter(Table2, Table2[site]= Table1[Site]),Table2[Company])
refer 4 ways (related, relatedtable, lookupvalue, sumx/minx/maxx with filter) to copy data from one table to another
https://www.youtube.com/watch?v=Wu1mWxR23jU
https://www.youtube.com/watch?v=czNHt7UXIe8