Forum Discussion
Anonymous
7 years agoNot applicable
Slicer visual
Hi, Currently my slicer is showing the full date but selections are all in MMM YYYY. Is there any way I can make the slicer show the same format as my options? IE MMM YYYY? Thanks
- 7 years ago
Hi Anonymous ,
Please create a calculated column to work on it.
Column = FORMAT('Table'[Date],"mmmmyyyy")
Anonymous
7 years agoNot applicable
Thanks!
Anonymous
7 years agoNot applicable
By the way, for anyone else reading this, when you use the above solution, it sorted the column alphabetically. IE April first then August etc. All you do is select the the column and sort by the original date column.