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...
az38
Community Champion
6 years agoHi vjnvinod
also you could try DATEDIFF() function
Column = DATEDIFF('Pipeline Extract'[AnticipatedWinDate],TODAY(),DAY)
do not hesitate to give a kudo to useful posts and mark solutions as solution
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)