Skip to content

Instantly share code, notes, and snippets.

@cddouglass
Created August 1, 2023 13:52
Show Gist options
  • Save cddouglass/f53014206871e5a5ee64b56fb8da449f to your computer and use it in GitHub Desktop.
Save cddouglass/f53014206871e5a5ee64b56fb8da449f to your computer and use it in GitHub Desktop.
DATEADD(
DATETIME_PARSE(
MONTH(DATEADD({Your Date Field},1,'month')) & "/1/" & YEAR(DATEADD({Your Date Field},1,'month')),
'M/D/YYYY'),
-1,'day')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment