Forum Discussion

PowerBiPro2000's avatar
PowerBiPro2000
Frequent Visitor
3 years ago
Solved

13 digit EPOCH getting error when adding new column

I am trying to convert this Epoch date column into a useable date with seconds: EPOCH COLUMN 1669749375000   I'm adding a column and using this formula Useable Date = #datetime(1970, 1...
  • Greg_Deckler's avatar
    Greg_Deckler
    3 years ago

    PowerBiPro2000 That's a reference to the step before the current step. You can just add a column and paste in this part of the formula: 

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