This content has been marked as final.
Show 2 replies
-
1. Re: Can't Convert Big Query Unix Timestamps to Dates in Tableau
Yuriy FalFeb 9, 2016 2:24 PM (in response to Nik Edmiidz)
Hi Nik,
Does the following work when connecting Live?
DATEADD('hour', -8, DATEADD('second', INT([ActivityTime]/1000), DATETIME("1/1/1970") ) )
Yours,
Yuri
-
2. Re: Can't Convert Big Query Unix Timestamps to Dates in Tableau
Nik Edmiidz Mar 3, 2016 10:19 AM (in response to Yuriy Fal)I've converted my datasource to date/time so cannot test just now.. but thanks for that.