I'm attempting to strip the time from my date column in Powerpivot 2013. I tried this:
=DATE (YEAR([Completion Date]), MONTH([Completion Date]), DAY([Completion Date]))
However, this is not working. Any ideas?
I'm attempting to strip the time from my date column in Powerpivot 2013. I tried this:
=DATE (YEAR([Completion Date]), MONTH([Completion Date]), DAY([Completion Date]))
However, this is not working. Any ideas?