Forum Discussion
Anonymous
4 years agoNot applicable
Convert date to String
Hey everyone! I am trying to create a column with just the month and the year of a date, so later on I can group the data as I want. I am using the following line: = Table.AddColumn(Source,...
- 4 years ago
Instead of Date.ToText try DateTime.ToText
johnt75
Super User
4 years agoInstead of Date.ToText try DateTime.ToText