Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Date Table: Column for Yesterday

Hello,

 

I am trying to create a column in a date table for yesterday's date. I have a column in my date table that says today's date. The formula for that column is Today = TODAY(). I am tyring to calculate a column for yesterday using this formula: DATEADD(Dates[Today], -1, DAY). There is no error in this column. However, the column is blank.  

 

I have also tried PREVIOUSDAY(Dates[Today]) and the same problem occurs. 

 

Thank you in advance for your help. 

3 Replies