For example I would like the expected output to be 8/21/2018. I have an expression to get the month of August of 2018 below, but not sure how to modify to get through the same date instead of returning the full month.
=DateAdd(DateInterval.Month, -12, DateAdd(DateInterval.Day,-Day(Today())+1,Today()))