Case Study: Analyzing Customer Churn in Tableau
Carl Rosseel
Curriculum Manager
$$
Prerequisite courses:
- Introduction to Tableau
- Analyzing Data in Tableau
- Creating Dashboards in Tableau
Solving customer churn
$$
The churn rate, also known as the rate of attrition or customer churn, is the rate at which customers stop doing business with an entity
Simplified formula
Churn rate = customers lost / total number of customers
Churn rate = 10 / 100
10 / 100 = 10%
There are multiple ways to calculate churn
$$
Key characteristics
Dimensions
Column name | Description |
---|---|
Customer_id | The unique ID that identifies a customer |
Churn Label | Contains 'Yes' or 'No' to indicate if a customer churned. |
Demographic fields | Age, Gender, State, ... |
Premium plans | Unlimited Data, International Plan, ... |
... | ... |
Measures
Column name | Description |
---|---|
Total charges | Sum of all monthly charges |
Monthly charge | The average of all monthly charges billed to the customer |
Extra data charges | Extra charges for data downloads above the specified customer plan |
Extra international charges | Extra charges for international calls for customers not on an international plan |
Customer service calls | Number of calls made to customer service |
... | ... |
Case Study: Analyzing Customer Churn in Tableau