Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

How to Join tables and Add column using DAX(Edit Query)

I have to join two tables A and B using ID.
Then add on column 'Degree' from table B to Table A
Expected O/P : Table contains column A,B & C

Input File:

Table A
IDName
111Adex
222belly
333Caty
Table B
IDDegree
111B.Com
222B.Tech
333BCA

 

Expected Ouput :

Table A
IDNameDegree
111AdexB.Com
222bellyB.Tech
333CatyBCA



Using DAX (Edit query/Transform Data)
Please help me out solving this and if possible please explain syntax to be used.


Thanks in Advance!

5 Replies