I have a simple file of data for Employee, Country and Retention (values = <2 years, 2-5, 5-10 or 10+). Just 3 columns of data.
I need to show the % of each Retention group by Country in a Pivot. To do so I've set Retention as a % of column (Country) total.
However, as you'd expect when I add a slicer or filter on the Retention, the %Value becomes 100% because the Value and the Grand Total values become equal.
What I need to do is maintain the original Grand Total for the Country, and show the value of the Retention % based on Count([Retention])/Count([Staff Member]) by country.
e.g if Australia has 14 staff with Retention as '< 2 years' out of 29 total Australian staff, I need the '< 2 years' value to display as 48%
In SQL I would nest the distinct values against a summary table of values. However in Excel and Power Pivot I can't figure out how to do this.
Any help appreciated
I need to show the % of each Retention group by Country in a Pivot. To do so I've set Retention as a % of column (Country) total.
However, as you'd expect when I add a slicer or filter on the Retention, the %Value becomes 100% because the Value and the Grand Total values become equal.
What I need to do is maintain the original Grand Total for the Country, and show the value of the Retention % based on Count([Retention])/Count([Staff Member]) by country.
e.g if Australia has 14 staff with Retention as '< 2 years' out of 29 total Australian staff, I need the '< 2 years' value to display as 48%
In SQL I would nest the distinct values against a summary table of values. However in Excel and Power Pivot I can't figure out how to do this.
Any help appreciated