Forum Discussion
Anonymous
5 years agoNot applicable
UNIX time to date
Hello, I have found two methods online which I have tried but it doesn't give the correct result. I believe it's because my UNIX time is much larger when comparing to others. I've tried this me...
- 5 years ago
Anonymous Have you tried it in DAX?
https://community.powerbi.com/t5/Quick-Measures-Gallery/Unix2UTC-and-UTC2Unix/m-p/620012#M292
If it is much larger, is it because it is in milliseconds?
Anonymous
5 years agoNot applicable
I don't know if I understand. Like this?
amitchandak
5 years agoSuper User
Anonymous , In power query
DateTimeZone.ToLocal(#datetimezone(1970,1,1,0,0,0,0,0) + #duration(0,0,0, [UNIX timestamp]))