Hi @chinnu123
Try like below
Sum({<Date={"=Date=DayName(MonthEnd(Date))"}>}YourExpfield)
-- above will give month end date info.
Sum({<Date={$(=chr(39)&Concat(Aggr(Max(Date),MonthYear),chr(39)&','&chr(39))&chr(39))}>}YourExpfield)
- Above will give max date of that particular month.
Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.