I have a stacked bar chart that shows # of calls answered in < 30, < 60 and < 90 seconds. I've created beast mode formulas for the delta from 30 - 60 and 60 - 90 so that the stack will add up to the total # of calls answered in 90 seconds but the business would like that image with hovers showing the actual % of total calls for the day.
Example:
10 total calls for a day, 4 answered in < 30, 3 < 60, 2 < 90 for a total of 9 answered < 90. Graph should show a single bar with segments for each 30/60/90 and instead of showing <60 (3 calls) as 30% it should show it as 70% (calls answered < 30 also count as < 60).
Is this possible?