Forum Discussion
SoulCuber
9 years agoFrequent Visitor
create own date format dd d-MMM-yy
I would like to display dates in charts including the weekday. There is one standard option available which is: Wednesday 1 March 2001 (dddd d MMMM yyyy) However for display purposes, I would...
- Anonymous9 years ago
You can create a calculated column, and use the FORMAT( ) function to specify any format string you desire :)
- 9 years ago
If in Power Query (Query Editor), you can use Date.ToText() function for the same goals.
Just dont forget to set "sort by column" option later when modelling data
hohlick
Continued Contributor
9 years agoIf in Power Query (Query Editor), you can use Date.ToText() function for the same goals.
Just dont forget to set "sort by column" option later when modelling data