Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

find month end date base on today()

BosKev
8 - Asteroid

Hi All,

 

is there a formula to always find the month end date base on today's date? Thanks.

 

I was trying something like below but syntax is not right.

 

DateTimeLastOfMonth((DateTimeToday(),1,"Days")) 

2 REPLIES 2
RolandSchubert
16 - Nebula
16 - Nebula

Hi @BosKev ,

 

DateTimeLastOfMonth() should always return the last day of the current month.

 

Let me know if it works foryou.

 

Best,

 

Roland

BosKev
8 - Asteroid
Thank you!
Labels