Raw data is following format:
Name        Team    Talent
---------------------------
Quill        Red       500
Drax         Red      -900
Ego         Blue     2,000
Kraglin      Red      -200
Rocket       Red       900
How can we make a pivot table like below without adding new column to original data:
Team     Sum_Pos_Talent   Sum_Neg_Talent
-----------------------------------------
Red               1,400           -1,100
Blue              2,000                0
Tried adding calculated fields, but the calculation is on the number on pivot table, not on each row of data.
 
     
     
    