Forum Discussion
Anonymous
6 years agoNot applicable
DateADD for single value
Hi everyone, I am looking for a way to use DateADD (or previousmonth) to have the previous month of the date that I am selecting. Example : VAR SelectedDateCurrent = SELECTEDVALUE('Date'[D...
mattAtBradyCorp
9 months agoFrequent Visitor
This answers the original question, but I came here looking for a way to figure out the month from seven days ago. So I want something like =MONTH( EDATE(my_date_var, -7, DAY) )
But as far as I can tell this isn't possible?
gmsamborn
9 months agoSuper User