Forum Discussion
vjnvinod
Impactful Individual
6 years agoDays between dates not working
hi Below is what my formula for calculating days days = 'Pipeline Extract'[AnticipatedWinDate] -(TODAY()) and i am getting output like below, not sure whats wrong i was expecting a output showi...
vjnvinod
Impactful Individual
6 years ago
sorry, i thought it worked but, its giving me wrong output, i have used below and see what it is doing
AWD_Days = DATEDIFF('Pipeline Extract'[AnticipatedWinDate],TODAY(),DAY)