Forum Discussion
erhan_79
6 years agoPost Prodigy
Merge Question
Hi there ; İ have two tables as below Table A and Table B , just i want to create lookup , and on table B i want to see currency , but when i use merge sytem gives me 8 rows data as i attached "...
jdbuchanan71
6 years agoSuper User
erhan_79 Add a column to your table B like so.
Curr = LOOKUPVALUE ( 'Table A'[Currency], 'Table A'[Keycode], 'Table B'[Keycode] )erhan_79
6 years agoPost Prodigy
thank you but , i want to create new colum on query side , i think you gave me DAX formula