Forum Discussion
RobvB
5 years agoFrequent Visitor
SamePeriodLastYear - does not work when adding date to the table?
There are a ton of posts here about SamePeriodLastyear, but I have not been able to find one that describes my problem: * Using AutoQuery to SQL * Created Dates table using CalendarAuto(12) * C...
- 5 years ago
RobvB , you need to add a date column from the date table ITK_Dates. you need to use ITK_Dates[Date]
- 5 years ago
Use the Date column from your date table intead of the TransDate column from fact table.
Regards,
Pat
amitchandak
5 years agoSuper User
RobvB , you need to add a date column from the date table ITK_Dates. you need to use ITK_Dates[Date]