Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

PowerPivot Table

Hello Everyone, I'm using PowerPivot at the excel (Not on the Desktop App),   What I'm trying to do is to create a PowerPivot table with Data from 2 diffrent tables. I Tried to create a releationsh...
  • Stachu's avatar
    7 years ago

    the easiest way is to have 3rd table with all the unique Seller Names and do joins from that table (you can do that in Power Query/Get & Transform in the Data ribbon if you use Excel 2016)

     

    or you could append table 1 & 2 but first adding an identifier column for type of sale

    Sale TypeSeller NameAmount
    regularJohn607
    regularBen834
    WIPJohn503
    WIPBen456