Forum Discussion

nafta90's avatar
nafta90
New Member
5 years ago
Solved

Sort Chronologically MMM-YY Date

Hello, 

 

I have a month column in MMM-YY format over two years (Month = FORMAT('Actual (2)'[Date].[Date],"mmm-yy") and I have sorted by another column called FiscalMonth (FiscalMonth = (If( Month([Date]) >= 7 , Month([Date]) - 6,Month([Date]) + 6 )), which represents our fiscal calendar. When I create a viz though I get the months from both years in order and not the months from the first year first and then the second year's months.

 

Any ideas would be appreciated

3 Replies