I have a large data set where the column headers are a date with statuses (represented with letters below) under each date. The number of weeks/columns and the potential statuses are both infinite and the workflow needs to dynamically include all.
I'm stuck on how to arrange the data to create a stacked bar chart with the dates along the x-axis, with the chart showing the count of each status for each of these weeks.
| 01/01/2019 | 01/08/2019 | 01/15/2019 | 01/22/2019 | 01/29/2019 | 02/05/2019 |
| A | A | A | B | B | B |
| | | C | C | C | C |
| | A | A | B | B | B |
| | | D | D | E | E |
| B | B | B | C | C | C |
| | F | F | F | F | G |
| | | | | | F |
| | | | D | E | E |
| | E | E | E | D | D |