Forum Discussion
Anonymous
3 years agoNot applicable
Month Sorting
Hi all i have a date column and from that column i extract month and year like this Extract Month Name Month Name = FORMAT (Data[Date Main], "MMM" ) Extract year Year = YEAR(Data[Date Main])...