Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
danieldors
Contributor III
Contributor III

Max Month Count

 

Hello,

 

Im looking to change the formula below to capture the last month of data or max month, instead of the current month.

=((Count({<[InterviewCompletedDate.autoCalendar.Date]={">=$(=MonthStart (Today ()))<=$(=MonthEnd (Today ()))"}
,[Int by Assigned ESS]={"1"}>}
Region)

 

Thank you.

1 Reply
JuanGerardo
Partner - Specialist
Partner - Specialist

Hi,

Replace Today () with $(=Max([InterviewCompletedDate.autoCalendar.Date]))

JG