CONCATENATE(year(today()),"-01") 1月 CONCATENATE(year(today()),"-12")12月
MAPARRAY(range(1,12),format((YEAR(TODAY)-1)+"-"+item+"-01","yyyy-MM"))
maparray(range(1,12,1),year(today())+'-'+format(item,"00"))