Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Jiro
Frequent Visitor

Seek advices: text to date

Hi everyone,

 

I was trying to transform texts into dates with the below formular in power query editor; however it did not seem to be working. I am totally new here, so would appreciate your kind advice. Thank you.


text:

201909

201910

201911

 

into:

09/01/2019

10/01/2019

11/01/2019

 

= Date.From(DateTime.FromText([YourColumn] & "01", "MMddyyyy"))

1 ACCEPTED SOLUTION
jgeddes
Super User
Super User

= Table.TransformColumns(Source, {"Column1", each Date.FromText(_&"01"), type date})
where 'Source' is your previous step.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

3 REPLIES 3
jgeddes
Super User
Super User

= Table.TransformColumns(Source, {"Column1", each Date.FromText(_&"01"), type date})
where 'Source' is your previous step.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Jiro
Frequent Visitor

Thank you so much jgeddes!

 

May I also seek your advice where should I start learning to be able to write the code myself? 

There are a lot of great resources to help you learn M code.

Here is a link with some...
https://www.thebiccountant.com/learning-resources/

Good luck on your learning journey!





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.