Forum Discussion
ovetteabejuela
5 years agoImpactful Individual
Help on Date Format conversion
I have 2 Excel files with a Source that has this Column 'Date' (see below) in my 1 Excel it converts fine but in the other it converts it to Month as Date and Date as month see other image below. ...
Anonymous
5 years agoNot applicable
Have you tried Table.AddColumn(Date.FromText([DATE]))
Date.FromText, instead of ToText?