We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

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
Top Solution Authors