Forum Discussion
Anonymous
1 year agoNot applicable
Calendar table error "multiple values"
Hello I am having problem with the calendar "A table of multiple values was supplied where a single value was expected.". Calendar = CALENDAR(DATEADD(SaleDetail[Saledate], -5, YEAR), TODAY()...
HotChilli
Community Champion
1 year agoDATEADD returns a table but you want a single date as the first parameter. Test it by hardcoding a date in there, for example, DATE ( 2020, 10, 15 )
If you get that to work, construct the actual date you are trying to get
Anonymous
1 year agoNot applicable
can you be more specific? an example for "If you get that to work, construct the actual date you are trying to get"? Thank you.