Forum Discussion

ExcelBot0815's avatar
ExcelBot0815
Regular Visitor
6 years ago
Solved

Power Pivot: Need help population information from one row to another

Hello everyone,   so my power query/power pivot skills are rather mediocre. Here's the situation:   I am comparing the items one company (A) is selling with the items another company (B) is selli...
  • ExcelBot0815's avatar
    ExcelBot0815
    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.