知識庫

How to Calculate the Date of the End of the Month


發佈時間 : 20 Dec 2023
上次修改日期 : 20 Dec 2023

問題

How to get the date of the end of a month.
 

環境

  • Tableau Desktop 2022.3+

答案

Because there is no native date function to determine the end of the month from a date field, create a date calculation as instructed below to obtain the end of the month. 

DATEADD('day',-1,(DATEADD('month',1,DATETRUNC('month',[Order Date]))))
這篇文章是否解決了問題?