Forum Discussion
Excel Powerquery converting incorrect dates
- Aug 02, 2022
Adityaa46 Then I suspect that some texts have trailing spaces. For example, if the text ends with "...Final_25Jan21 " and you take the last 7 characters, PQ returns "5Jan21 ". Use the Trim option on the text column before you split it.
Adityaa46 Why do you only highlight those two? There seem to be others that are inconsistent as well?
What exactly did you do in PQ to split the text column?
I just marked them as an example of the error. I am aware that the dates are wrongly formatted in PQ.
Steps which i took to extract dates from C column
1. Extract last 7 letters from the text and add it in a new column
2. Change its data type to Date.
- Riny_van_EekelenAug 02, 2022Platinum Contributor
Adityaa46 Then I suspect that some texts have trailing spaces. For example, if the text ends with "...Final_25Jan21 " and you take the last 7 characters, PQ returns "5Jan21 ". Use the Trim option on the text column before you split it.
- Adityaa46Aug 02, 2022Copper ContributorIt works 🙂
Thanks for catching the error 🙂