I am trying to create a heatmap chart with day vs. month for a year. Is this possible?
Expected:
I have the order date as a date field, I duplicated the order date as ‘day of the week’ and I managed to bring this view. However, I would like to show the day name instead of day numbers (1,2,3)
I managed to bring the view using the calc field.
extract(‘WD’, {Date})