Forum Discussion
Merged table (duplicates)
amitchandak TomMartens parry2k
Thanks everyone. Amit that video was helpful but the only issue is that the new query that is created is refernced back to the source file. My issue is like this: I have two tables. A very simplistic view of them is below. The "Promotion Code" field exists on my Orders table, but it does not exist on my Shipments table. I need it to.
Table 1 (Orders) Table 2 (Shipments)
Order ID Order ID
Promotion Code XXXX
Anonymous , If one order id has only one promo code. I would have that dimension and use. Or I can populate it back shipments. The way is to merge it with shipments in power query. There is a Dax way. But prefer a power query.
If one order id has more than one promo code, how you want to use it?