Forum Discussion
vjnvinod
6 years agoImpactful Individual
Days 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 showing the number of days
Hi 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
6 Replies
- AnonymousNot applicable
You have to change the Data Type to whole number.