Forum Discussion
Power Pivot: Need help population information from one row to another
- 6 years ago
So after thinking about the second part of your comment once more I came up with the following solution. Please let me know whether you think it's correct or not:
I merged the two queries to the two data bases (company A and company B) and did an "Inner join" via GTIN (so I kept only the corresponding/matching rows). Then I kept the columns "GTIN" and both article numbers and removed the rest. Then I removed duplicates on the column "article number A" in order to have a unique identifier that I can connect to my main table. So via this table and the established connection via "article number A" I am now able to do "=related('tableInnerJoinofTable1andTable2'[article number B])" and now I have the article number next to the pallets as well.
Hi ExcelBot0815
Could you show me more rows of sample data?
For example, is my sample data correct?
Does "GTIN" in A show all "null" for ID=3, in B show all "9999" ?
Best Regards
Maggie