Hello,
I created the following columns and was confused with the sorting of the Month/Year .
I still keep ketting February prior to January. Any thoughts
M/Y SORT = IF(MONTH(Query[DATE_TIME]) < 10, YEAR(Query[DATE_TIME]) & 0 & MONTH(Query[DATE_TIME]), YEAR(Query[DATE_TIME]) & MONTH(Query[DATE_TIME]))
/*HIREARCHIES*/
Month/Year = FORMAT(Query[DATE_TIME], "YYYY-MMM")
Week = WEEKNUM(Query[_DATE_TIME], 1)
DD = FORMAT(query[_DATE_TIME], "DD")