Please could someone provide some insight to the situation below?
I am looking for a Date expression (LAST Day of the Following Month) which I would like to use it on my "End Date Parameter".
I have expression below, but for some reason it is only showing me only up to 30th day (e.g January instead of 31/01/2017, it is showing as 30/01/2017)
=dateadd("m",2,dateserial(year(Today),month(Today),0))
Regards
Satya