Forum Discussion
hood2media
Resolver II
3 years agopower 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
Community Champion
3 years ago= Table.TransformColumns(#"Changed Type", {"FL_DATE", each Date.FromText(Text.BeforeDelimiter(_, " "),[Format="M/dd/yyyy"])})
- hood2media3 years ago
Resolver II
many tks, CNENFRNL .
krgds, -nik