Example Data format My dataset arrives in this format on a CSV file:
Platform Group Sub Group Category 2022-11-01 2022-11-02 2022-11-03
With each date as a column header going forward.
Each row represents one piece of data and each complete daily set is under the dated column. For all data on Nov 1st, you refer to the 2022-11-01 column. There are hundreds of categories so each date has hundreds of data points.
My issue is this format doesn't work very well with Tableau.
When i connect this data source into tableau, it naturally reads each date as a separate category but my goal is to have a "date" field in which i can choose the platform, group/subgroup and category then create a trending line graph with the dates.
My goal is to restructure this data in excel, then re-connect it to Tableau. VBA code can be used if necessary but not sure how to approach.
Any help would be appreciated!
Attempted to transpose the data but gives me the same problem in reverse.