Forum Discussion
Preeti_Yadav
5 years agoResolver I
Datesadd function Issue
Hi,
I am simply trying to implement the Datesadd function:
Datesadd = DATEADD(Billable[ToDate],-1,MONTH), but it is showing me the following error
Any help will be much appreciated!!
Thank You!!
Preeti Yadav
2 Replies
- Greg_DecklerCommunity Champion
Preeti_Yadav well, you can get around that by using an aggregator like MAX around your Billable[ToDate] column reference but whether that is the ultimate fix is hard to say.
- m3tr01dContinued Contributor
Preeti_Yadav Where are you using this dax expression?
Is it in a measure, calculated column?
Do you expect the result to be a date or a table?