The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.