Hi There,
I am creating a new column in the dataset for Termination dates to be the end of that month in time "Termination Month", but if the termination date was already the last day of that month I want it to show up as the last day of the following month. I know I need an IF function in lieu of the DateTime, but I am having trouble just purely identifying the termination date being the last day of that month. I have attached a sample output of what I am trying to accomplish, thanks in advance!

IF (date equals last day of that month)
THEN (its reporting 2 months ahead minus one day, to get the termination month reported as the following month)
ELSE (reporting the last day of the month for the Termination Date)
ENDIF