Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
I have data say
| person | sales | type | address | country |
| 2 | 12343 | 4 | ... | ... |
| 3 | 2134 | 1 | ... | ... |
| 4 | 2134 | 2 | ... | ... |
I run a merge and remove duplicates so data row 2 is replace with new row
2,12345,4,...,...
Then I merge with new table to obtain states
but then when I expand the table column the old data row 2 with 12343 is being given and the 12345 disappears.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.