I am trying with no success to calculate the Utilization% of our employees using a bar chart through time. I have a bar chart with the counts of days per period of time and with the requested series that are the utilization types. Formula: SUM(StaffedDays
)/ SUM(AvailableDays
). This is the counts bar chart that is working fine.
Then when replacing the Sum(Amount) that is showing the correct counts per Utilization Type, when replacing with the Utilization % beastmode the chart is not showing what is expected.
What I need is to see the Utilization % by Type increase up to 100% or more if that is the case. Something like this.
I tried other options like the data labe macros with percent of category or of total, but that is not what I need. I need the correct % and how is affected if filtering adding or removing those types of utilization (series).
Any help would be so much appreciated. 😉