Forum Discussion
HiltonT
Aug 14, 2020Copper Contributor
Power Query: Abbreviate Month / Day Name
Good day I am looking for a solution for the following: Using power query I have created additional columns from a date field in the source table. Is it possible to shorten the Month name for eg Ja...
SergeiBaklan
Aug 14, 2020Diamond Contributor
You may wrap in formula bar the formula like
each Text.Start(Date.MonthName(_),3)
and vote for the short name idea here Add short month name and short day name in Power Query