Forum Discussion
Creating DateTime relationship, epoch time
Hi Niko
As your picture showed, it seems you added the [puredate] to a wrong table. You should add it to table [data]. Please have a try.
Best Regards!
Dale
I got this working! Firtsly I created date/time from epoch timestamp and then separated them to their own columns "date" and "time" after this I followed this instructions to create dynamic date calendar and after that I followed this instructions to create time "calendar".
All tought I'm now facing a new problem with time calendar. As my data has been collected very acurate with epoch timestamp I'm now having times like
0:00:18
0:01:00
0:01:12
0:01:32
0:02:00
In visualisations it's only showing the data which has comed exactly 0:01:00 and 0:02:00 but not the results between them. What would be the best way to aggregate/summarize/round down the data to minute level? I tried MROUND(Data[Time];00;01) but didn't work ^^
Br.Niko