Hello,
I'm trying to return the start of the quarter date in a calculated column.
This is the claculation i'm using: STARTOFQUARTER(LOA[FILE DATE]).
The [FILE DATE] is 6/1/2020 and the calculated column returns 6/1/2020, instead of 4/1/2020.
I would normally add a start of quarter using the query editor, but i'm planning on using
the start of quarter for an if statement that goes,
IF(LOA[BEGIN DATE]<LOA[FILE DATE], STARTOFQUARTER(LOA[FILE DATE]), LOA[BEGIN DATE].
IS Start of quarter not allowed in calculated columns?
Help is much aprreciated.
Thanks