Forum Discussion

sovereignauto's avatar
sovereignauto
Helper III
4 years ago

dateadd from Mindate

Good Afternoon,   I am trying to create a measure to get one month less from the Min date so:    dateadd(MIN(hire[start_date]),-1,MONTH)    But im getting not correct type for the Min(hire[star...