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
AlbertMaes
Regular Visitor

Java Long Date does not convert to time in query editor

Hi there,

 

new to the forum and new to data modelling...

 

I am connecting to a PostGres Database of our ticketing system (ManageEngine ServiceDesk) where timestamps are stored in what i assume to be a java long date format.

 

The field CREATEDTIME (when a ticket was created) has a value e.g. 1530272032346 which equates to Friday, 29 June 2018 11:33:52 o'clock UTC according to the following website http://www.fileformat.info/tip/java/date2millis.htm

 

When I try to convert the number using the data type selector in the query editor, it seems that the system cannot interpret this number as a date and returns errors. 

 

Only if the value is 0 (e.g. in a RESPONDEDTIME field on a ticket where no response was logged yet) it returns 30/12/1899 00:00:00 +01:00

 

Tried all sorts of settings with regional settings, locale settings etc and have not managed to convert.

 

Can anybody give me a hint as to what i need to do?

 

Kind regards

Albert

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

hi,@AlbertMaes

   You can add a calculate column when you modeling like this

Date = DATEVALUE("1970-1-1") + (Table1[Column1]/(60*60*24*1000))

Result:

4.PNG

 

Best Regards,

Lin

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

View solution in original post

3 REPLIES 3
v-lili6-msft
Community Support
Community Support

hi,@AlbertMaes

   You can add a calculate column when you modeling like this

Date = DATEVALUE("1970-1-1") + (Table1[Column1]/(60*60*24*1000))

Result:

4.PNG

 

Best Regards,

Lin

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

Thank you Lin!  Works a treat!!

AlbertMaes
Regular Visitor

I did some more digging here and it seems that indeed my database churns out Java Date Stamps (Day 0 = 01/01/1970), PowerBI seems to expect SQL Date Stamps (Day 0 = 12/12/1899)

 

How do I tell PowerBI to use a different date stamp?

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.