Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Epoch to Datetime

Hi All    Most of this has already been answered by this community, but I have now run out of steam and cannot work out what I am doing wrong    I have a collumn containing Epoch time stamps e.g...
  • Anonymous's avatar
    Anonymous
    7 years ago

    Thanks for the reply 

     

    I have managed to get it kinda working with the following 

     

    = VAR conversion = 'Table1'[epochtime]/(60*60*24)
    RETURN (DATEVALUE("1/1/1970")+conversion)
     
    only problem is it is now returning 01/01/1970 for all the blank cells but I think I can deal with that for now 
     
    Thanks for your help v-frfei-msft