Hi,
Based on Date="2019-12-20" I was able to get all the months of the current year using generate rows formula
[ListOfMonths]>= DateTimeAdd([Date],-DateTimeMonth([Date]),"months")
But now when I am selecting Date as "2020-01-20".
Not able to get the list of all the months from previous year.
Thank You!