Forum Discussion

lukasjar's avatar
lukasjar
Resolver I
6 years ago
Solved

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...
  • amitchandak's avatar
    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.