I have several business units with a different amount of customers and we are tracking how many of these customers completed a requested task. I want to track who is performing the best but a simple % improvement will be skewed based on the total customer count, as a 1 task completion improvement in Chicago is weighted more than an improvement in Los Angeles. What would be the best way to calculate improvement statistatically?
Business Unit | Customer Count | Task Completed Baseline | Task Completed after a Month |
---|---|---|---|
Los Angeles | 2,742 | 2,648 | 3,200 |
Boston | 602 | 148 | 250 |
Dallas | 1,006 | 198 | 450 |
Chicago | 367 | 98 | 250 |
Miami | 4,538 | 1,396 | 2,100 |
Seattle | 7,001 | 3,207 | 5,000 |
I tried a simple % calculation but smaller customer bases are rewarded more than larger customer bases.