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!! ...
Greg_Deckler
5 years agoCommunity 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.