Hi Team,
How do I make my data from this
Date | Count |
2020-09-11 | 68 |
2020-09-25 | 78 |
To Output as such - note that the dates will keep adding columns
Date | 2020-09-11 | 2020-09-25 |
Count | 68 | 78 |
And then make a basic table.. That is dynamic (with new date columns)
Solved! Go to Solution.
@echuong1 thanks how do you keep the first column as row 1: date and row 2:count