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

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

Reply
nhodges
Helper I
Helper I

Text will not convert to DateTime

Hello,

 

All the other DateTime fields in my data easily converted from text except for this one I am getting an error. It gives me error in powerquery when I go to convert it. How can I get this to DateTime?

 

nhodges_0-1675178654665.png

 

3 REPLIES 3
FreemanZ
Super User
Super User

hi @nhodges 

yyyy/dd/mm is very rare. do you know the country origin of this data?

ValtteriN
Super User
Super User

Hi,

It seems your date is in ISO 8601 type datetime. Try using "DateTime.FromText".


E.g. = Table.AddColumn(Source, "Custom", each DateTime.FromText([Column1]))

ValtteriN_0-1675179473545.png


Edit:
I noticed your year and month are in a different order than in my example. In that case this is a bit trickier. 
Then you need to add optional variables. E.g.

 

= Table.AddColumn(Source, "Custom", each DateTime.FromText([Column1],[Format="yyyy-dd-MM'T'HH:mm:ss", Culture="en-US"]))

ValtteriN_2-1675180112437.png

 




I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!

My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/





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

Proud to be a Super User!




Hi, im not sure how get to this option I tried to add a column in the main pbi view but it will not read the formula you gave me. So I assume I have to do it in the power query editor but cannot figure out how to add a column here with a formula.

nhodges_0-1675181227173.png

 

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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.