Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Get Next Available Date

Hi Guys.  Stuck on a problem. I have a table of unique JSID and their next date.  What I am after in the new column is to choose the next available date:  From the example below, in the "New_NextD...
  • ryan_mayu's avatar
    4 years ago

    Anonymous 

    pls try this

    Column = minx(FILTER('Table','Table'[JSID]=EARLIER('Table'[JSID])&&'Table'[NextDate]>EARLIER('Table'[NextDate])),'Table'[NextDate])