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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
bourne2000
Helper V
Helper V

Convert timestamp into date/time

Hi

 

I am having the below timestamp

 

bourne2000_0-1655288099830.png

 

I tried the below formula

 

#datetime(1970, 1, 1, 0, 0, 0) + #duration(0, 0, 0,[create_date]/1000)

 

 

I am getting the below error

 

bourne2000_1-1655288719047.png

 

 

Can anyone advise me how to do this?

 

1 ACCEPTED SOLUTION
v-jayw-msft
Community Support
Community Support

Hi @bourne2000 ,

 

Accroding to the error message, you will need to change the data type of [create_date] to whole number then use the formula.

#datetime(1970, 1, 1, 0, 0, 0) + #duration(0, 0, 0, [create_date]/1000)

 

Best Regards,

Jay

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.

View solution in original post

5 REPLIES 5
v-jayw-msft
Community Support
Community Support

Hi @bourne2000 ,

 

Accroding to the error message, you will need to change the data type of [create_date] to whole number then use the formula.

#datetime(1970, 1, 1, 0, 0, 0) + #duration(0, 0, 0, [create_date]/1000)

 

Best Regards,

Jay

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.

Hello Jay,

 

Thanks for your post. I try the solution, and it works. But, why 1970? The date since not appropriate...

bourne2000
Helper V
Helper V

@PC2790 I tried to convert into date. Getting the below error

 

DataFormat.Error: We couldn't parse the input provided as a Date value.
Details:
1652810074075

What is the source of your data?

can you check if it is fine at the source? Also, is the Locale of your source and Power BI dekstop same?

PC2790
Community Champion
Community Champion

Hey @bourne2000 ,

 

As per te error, it is not letting a text field to be divided by 1000. So - [create_date]/1000 woun't work.

Did you try converting the datatype by selecting the ABC adjacent to column name and selecting date there?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.