Forum Discussion

jeggen's avatar
jeggen
Helper II
2 years ago
Solved

Visualization Suggestion - Category Changes Over Time

I am looking for advice on how to best analyze/visualize the following data. Each year customers are grouped into one of 5 categories, including a non-customer category. The goal is to quantify shifts between categories over years. Below is sample data:

 

Customer IDFY LastFY-1FY-2
123Category 1Category 1Category 1
234Category 4Category 2non-customer
345Category 2non-customerCategory 1
456Category 4Category 3Category 3
567non-customerCategory 3Category 3
678Category 1non-customernon-customer

 

One option I thought of would be to build additional columns to quantify the direction for each customer from one-year to the next, but this already would have 25(?) options since each of the five categories could land in the five categories the subsequent year. Does anyone have a suggestion of how I might (a) show generalized trends/flow between categories from one year to the next? (b) Organize the data to get a simple table that might provide an output like:

FYnon-customerCategory 1Category 2Category 3Category 4
FY Last12102
FY-121120
FY-222020

 

One last note - these are progressive categories, so ideally customers would move into category 1 and towards category 4 over time.

4 Replies