My current dataset has these columns:
Jan 2024 | Feb 2024 | Mar 2024 | Apr 2024
………. and so on. And I'd want my table to just have 2 columns: Date
and Point
So I used Unpivot tile, but I am unsure how to label my the new Date columns (number 4), so it will turn into a date format using Alter Column tile afterward. Do I need to add the date in front? Like 31/01/2024?