Forum Discussion
Convert Date format
- 8 years ago
Hi qs,
I'm assuming that you are refering to a date standard that counts the number of seconds since 1970 however looking at you post we don't have much information so it's difficult to get an answer (check this link by Greg_Deckler)
However make a new column with the following code shoud work as you need:
Formated = DATE ( 1970; 1; 1 ) + ( Table1[Date] / 60 / 60 / 24 )Regards,
MFelix
Hi qs,
I'm assuming that you are refering to a date standard that counts the number of seconds since 1970 however looking at you post we don't have much information so it's difficult to get an answer (check this link by Greg_Deckler)
However make a new column with the following code shoud work as you need:
Formated =
DATE ( 1970; 1; 1 )
+ ( Table1[Date] / 60
/ 60
/ 24 )
Regards,
MFelix
- qs8 years ago
Helper I
Thanks for your solution. I will give a go with your suggestion and will keep you in the loop.
Best
Q
- v-jiascu-msft8 years ago
Microsoft Employee
Hi qs,
Did the solution work? Could you please mark the proper answer as solution?
Best Regards,
Dale