Forum Discussion
sovereignauto
4 years agoHelper III
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...
PaulDBrown
4 years agoCommunity Champion
What is the Min date supposed to be calculating?
What is the structure of the data?
- sovereignauto4 years agoHelper III
So i have a table of hire start dates (with other information)
and im dropping months into the columns of a Matrix
So what i want to do is get the Min of the column (so basically start of that given month) and then minus 1 month from that.