Forum Discussion
Anonymous
4 years agoNot applicable
Last day current month
I'm trying to write a measure that will let me know the last day of the current month: Last Day of Month = ENDOFMONTH('Work Date'[Date]) But this didn't give me the last day of the current m...
- 4 years ago
Hi Anonymous
That makes a lot of sense. Try this measure and hopefully it will give you the end of the current month:
Measure = EOMONTH ( TODAY () , 0 )
(updated thanks to parry2k to ensure no one uses the ridiculousness of my earlier "solution").This will give 28 Feb 2022. You can adjust month by changing the 0 at the end accordingly.Hope this helps 🙂Theo
parry2k
Super User
4 years agoAnonymous what is the last date in your table? How you are viewing the data? Read this post to get your answer quickly.
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490