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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Text with (Date Time UTC) to Date

Hi guys, 

I've the following column: 

Resolutiondate
2018-10-29T21:09:54.000-0200
2018-10-29T21:10:01.000-0200
2018-10-10T11:02:44.000-0300
2018-10-10T11:02:49.000-0300
2018-10-10T11:02:54.000-0300
2018-10-10T11:02:59.000-0300
2018-10-10T11:03:05.000-0300

 

I'd like to transform into date only using dax.

could you help me?

 

Thanks!!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

You can use that formula if you want to create a new formatted date column. If you are comfortable losing the timestamp you dont need DAX.

 

'Data' --> 'Modeling' --> 'Format' --> 'Date/Time'

 

2.png

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

You can use that formula if you want to create a new formatted date column. If you are comfortable losing the timestamp you dont need DAX.

 

'Data' --> 'Modeling' --> 'Format' --> 'Date/Time'

 

2.png

Anonymous
Not applicable

=FORMAT(<value>, "MM-dd-YYYY") 

Also you can refer to the links below for additional formatting options

 

https://docs.microsoft.com/en-us/dax/format-function-dax

 

https://docs.microsoft.com/en-us/dax/custom-date-and-time-formats-for-the-format-function

Anonymous
Not applicable

It doesn't work

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.

Top Solution Authors