I have an Excel dataset laid out in the structure attached. I need to be able to analyse this data over time but I am a bit stuck as to how to best transform the data.
I want to reconfigure the data structure so that both the 'quantity' and '$ value' fields shown in the example attached have a date linked to them. After loading this example data into Alteryx, the date is sat above the 'quantity' field, with the field above '$ value' being null due to the data being merged in Excel. I have tried transposing then using a multi row formula to populate the null cells with the date from the row above (e.g. WK16 FY19) but when I go to cross-tab the resulting data to put the dates back as columns, it doesn't yield the result I'm looking for.