Forum Discussion
Anonymous
8 years agoNot applicable
DD/MM
Is there a way to set a Display format of a date column to DD/MM.
converting to text is not realy an option, I can't sort the column by the date due to multiple entries ....
6 Replies
- Greg_DecklerCommunity Champion
I count about 80 date/time formats but that's not one of them.
- AnonymousNot applicable
I know.
In europe we always are placing days before months, and in visuals with a lot of data we can often skip the year.
This makes us gain quite some space.
Frustrating !
- v-xjiin-msftSolution Sage
Hi Anonymous,
In your scenario, you want to format date values to a specific format as "DD/MM". Right?
To achieve your requirement, you can create a calculated column and try Format() function. Please refer:
Column = FORMAT('Calendar table'[Date],"DD/MM")Hope it works for you.
Thanks,
Xi Jin.