Hello,
My data looks like the below
Birmingham |
| 31-01-2021 |
| 29-01-2021 |
| London |
| 28-01-2021 |
| 27-01-2021 |
I would like the data to look like
Birmingham | 31-01-2021 |
| Birmingham | 29-01-2021 |
| London | 28-01-2021 |
| London | 27-01-2021 |
Essentially using the headers as a new columns associated to each date within its section. I can think how to do it manually, but how would I replicate this in Alteryx. I'm looking at thousands of lines from about 40 cities, and will be doing this monthly. Thank you in advance!
Matt