Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Any idea to make it to display as in red text? I'm using system default autoCalendar.YearMonth.

I guess OP has got the answer in Prashant's reply and he wanted the format for all dates. However, to clarify your query, if you use calculated dimension, it would only show the effect where you use it.
thanks tresesco
Close the thread by selecting correcting answer.
You can use "If" statement.
E.g., If(Date>'01/10/2018', green(), red()).
The above statement will result in green color if date is greater than the above mentioned date and red if it's below than that.