ケーススタディ:Power BIで顧客解約を分析する
Iason Prassides
Content Developer, DataCamp
$$
受講前提コース:
- Introduction to Power BI
- Introduction to DAX in Power BI
- Data Visualization in Power BI







顧客解約の解決
$$

churn rate(解約率、離脱率)とは、顧客が取引をやめる割合のこと

簡易式
Churn rate = customers lost / total number of customersChurn rate = 10 / 10010 / 100 = 10%
解約率の算出方法は複数ある
$$
主な特徴

ディメンション
| 列名 | 説明 |
|---|---|
| Customer_id | 顧客を一意に識別するID |
| Churn Label | 解約有無を 'Yes' / 'No' で示す。 |
| Demographic fields | 年齢、性別、州 など |
| Premium plans | Unlimited Data、International Plan など |
| ... | ... |
メジャー
| 列名 | 説明 |
|---|---|
| Total charges | すべての月額料金の合計 |
| Monthly charge | 顧客に請求された月額料金の平均 |
| Extra data charges | プラン超過のデータ通信追加料金 |
| Extra international charges | 国際通話プラン未加入時の追加料金 |
| Customer service calls | カスタマーサービスへの通話回数 |
| ... | ... |
ケーススタディ:Power BIで顧客解約を分析する