Forum Discussion

att9728's avatar
att9728
New Member
6 years ago
Solved

Create calculated column for start and end date

I am working with the following two tables: Data sample table, this is showing data collected with a "stage" identifier as well as the time it was collected.  Time Stage Value1 Value2 5/...
  • amitchandak's avatar
    6 years ago

    att9728 , Not very clear, Both as a new column in table 2

    start Time table 2 = minx(filter(table1,table1[Stage] =table2[Stage]),table1[Time])
    End Time table 2 = maxx(filter(table1,table1[Stage] =table2[Stage]),table1[Time])