Forum Discussion
Mark key dates in area chart
- 5 years ago
Hi, TomJWhite
You can create a column and use it in legend, and note that It’s best not to have the same name, or it will connect.
Like this:
Main Date = SWITCH ( TRUE (), 'Table'[Date] = DATE ( 2021, 3, 23 ), "First Lockdown begins", 'Table'[Date] = DATE ( 2021, 5, 13 ), "Move to Level 2", 'Table'[Date] = DATE ( 2021, 6, 9 ), "Move to Level 1", 'Table'[Date] = DATE ( 2021, 8, 30 ), "Move to Level 2 again", 'Table'[Date] = DATE ( 2021, 8, 12 ), "Second Lockdown begins", " " )Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,Community Support Team _ Janey
TomJWhite , You can have lockdown dates marked in your calendar and then create a measure for those. and for that measure use markers?
Hi amitchandak, Im not sure what you mean by 'your calendar' sorry. Each entry in my dataset has a field called "Start Date" which is a 'Date' column, but this is not a complete calendar of 2020, only dates which appear as part of an entry exist (e.g there is no February 24th 2020 because Netflix wasnt used on that account that day). Thats the column im using for Axis.