Forum Discussion
lukasjar
6 years agoResolver I
Calendar date relations returns blank?
Hello community! I cannot find the reason to why the table below is not identifying the correct Year for the columns AutoTime,RunTime... As you can see on the pictures for table relationsships I...
- 6 years ago
Your starttime has time stamp
Create a a new column
Start date = Table[Starttime].date
Or
Start date = format(Table[Starttime],"mm/dd/yyyy") //Change data type to date. Use it to join
Appreciate your Kudos.
amitchandak
6 years agoSuper User
Your starttime has time stamp
Create a a new column
Start date = Table[Starttime].date
Or
Start date = format(Table[Starttime],"mm/dd/yyyy") //Change data type to date. Use it to join
Appreciate your Kudos.