Hello,
I have a pivot table that shows categories of products and then lists producers.
Values are shown as % of parent row - that is, I get to see share of each producer (%) in every category. Columns are weeks.
That's fine.
But in final table, I need to see only results for company A, for all categories, without showing share of other companies.
If I filter out CompanyA, I automatically get 100% share shown, as it's the only element left under parent row. There are different companies in different categories, but CompanyA is in all of them.
Is there a way to work around it to get it right, even using PoverPivot, so I get something like table below? (of course data for other categories are not shown in table above)
I have a pivot table that shows categories of products and then lists producers.
Values are shown as % of parent row - that is, I get to see share of each producer (%) in every category. Columns are weeks.
Category | Producer | Week1 | Week2 |
Fruit | CompanyA | 40% | 45% |
Fruit | CompanyB | 30% | 35% |
Fruit | CompanyC | 30% | 20% |
That's fine.
But in final table, I need to see only results for company A, for all categories, without showing share of other companies.
If I filter out CompanyA, I automatically get 100% share shown, as it's the only element left under parent row. There are different companies in different categories, but CompanyA is in all of them.
Is there a way to work around it to get it right, even using PoverPivot, so I get something like table below? (of course data for other categories are not shown in table above)
Category | Producer | Week1 | Week2 |
Fruit | CompanyA | 40% | 45% |
Vegetable | CompanyA | 42% | 56% |
Sweets | CompanyA | 31% | 29% |