Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

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])...