Forum Discussion
Anonymous
4 years agoNot applicable
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...
- 4 years ago
Anonymous
pls try this
Column = minx(FILTER('Table','Table'[JSID]=EARLIER('Table'[JSID])&&'Table'[NextDate]>EARLIER('Table'[NextDate])),'Table'[NextDate])