I have a powerpivot table that has the following columns:
product name, category, sales
I would like to insert a calculated column that calculate the total category sales. Example
product name, category, sales, total category sales
ipad, tablets, 5, 8
samsung tab 10.1, tablets, 3, 8
galaxy s3, mobiles, 2, 5
iphone, mobiles, 3, 5
how can i achieve that?
product name, category, sales
I would like to insert a calculated column that calculate the total category sales. Example
product name, category, sales, total category sales
ipad, tablets, 5, 8
samsung tab 10.1, tablets, 3, 8
galaxy s3, mobiles, 2, 5
iphone, mobiles, 3, 5
how can i achieve that?