Created
November 28, 2017 02:21
-
-
Save lapolonio/bf1698d4c2f1a49b52f8bc5544f05fbe to your computer and use it in GitHub Desktop.
tableau create date from number
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DATEADD('second', INT([Pivot Field Values]), #1970-01-01#) | |
DATEADD('second', INT([windowstart]), #1970-01-01#) | |
DATEADD('second', INT([ts]), #1970-01-01#) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment