Hi @grifc5,
If I understand your question correctly, you have a date column with lets say a value "2020-02-19". When you apply this function you would like the value of "2020-01-01". If that's the expectation, please use the below computed column expression.
DATETRUNC(DATEADD(@became_customer@ , -1, "months"), "months")
where
became_customer is the name of my date column.
Please let me know in case of any further questions.
Regards,
Shyam Ayyar
Product Manager