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")
v-frfei-msft
7 years agoCommunity Support
Hi Anonymous ,
Please create a calculated column to work on it.
Column = FORMAT('Table'[Date],"mmmmyyyy")
Anonymous
7 years agoNot applicable
Thanks!