Forum Discussion
hood2media
3 years agoResolver II
power query to clear inconsistent strings in rows
hi, ref to "FLT_DATE" column (column-A) in the sample file here. kindly advise on how to get rid of the time in the cells under the same column as i found that there are inconsistent i.e. some ...
- 3 years ago
= Table.TransformColumns(#"Changed Type", {"FL_DATE", each Date.FromText(Text.BeforeDelimiter(_, " "),[Format="M/dd/yyyy"])})
CNENFRNL
3 years agoCommunity Champion
= Table.TransformColumns(#"Changed Type", {"FL_DATE", each Date.FromText(Text.BeforeDelimiter(_, " "),[Format="M/dd/yyyy"])})
- hood2media3 years agoResolver II
many tks, CNENFRNL .
krgds, -nik