Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I am trying to convert a UNIX time to normal date time display
#datetime(1970, 1, 1, 0, 0, 0) + #duration(0, 8, 0,[dateTimeOrigination]/1000)
However, it returns the year in Jan 1970. But the month and year should be Jun 2019.
Do I make any mistake here?
Thanks in advance
Sam
Solved! Go to Solution.
Hi,
Try removing the /1000 part of the code