I'm trying to create a calculated column that gives me the the date for Friday of the week a given date falls on.
here is my function:
=DATEADD('Table'[AcqDate],6-WEEKDAY('Table'[AcqDate]),DAY)
while this calculates some of the dates correctly, it omits some values for some reason (see entryid=3 below). I've checked the formats (and the time stamps in the AcqDate field to make sure they don't have something weird).
This is the first time I've tried to do anything with PowerPivot. I was initially excited when reading about the potential functionality but now seeing how buggy it might be, I'm much less enthusiastic about it. Any help would be greatly appreciated.
here is my function:
=DATEADD('Table'[AcqDate],6-WEEKDAY('Table'[AcqDate]),DAY)
while this calculates some of the dates correctly, it omits some values for some reason (see entryid=3 below). I've checked the formats (and the time stamps in the AcqDate field to make sure they don't have something weird).
This is the first time I've tried to do anything with PowerPivot. I was initially excited when reading about the potential functionality but now seeing how buggy it might be, I'm much less enthusiastic about it. Any help would be greatly appreciated.