Forum Discussion
Year Sort
- 5 years ago
Hi Anonymous
Create your column as actual dates and then they will sort properly.
Try this to create the column
Month Year = DATE(YEAR(VIEW_FORECASTREVENUE[EXPECTEDINMONTH]), VIEW_FORECASTREVENUE[Month], 1)You should get a column of type DateTime that should sort chronologically
Regards
Phil
- 5 years ago
Hi Anonymous
You can create a numeric key like 202101 for January 2021 and then use this column for sorting the Month-Year column using the sort by column option.
Hi Anonymous
Create your column as actual dates and then they will sort properly.
Try this to create the column
Month Year = DATE(YEAR(VIEW_FORECASTREVENUE[EXPECTEDINMONTH]), VIEW_FORECASTREVENUE[Month], 1)
You should get a column of type DateTime that should sort chronologically
Regards
Phil
- Anonymous5 years agoNot applicable
Can you please show what actually you mean by "Actual dates". It is not clear to me.
Regards
- PhilipTreacy5 years agoSuper User
Anonymous
Just added an example of how to create the dates based on your data.
Month Year = DATE(YEAR(VIEW_FORECASTREVENUE[EXPECTEDINMONTH]), VIEW_FORECASTREVENUE[Month], 1)Regards
Phil
- Anonymous5 years agoNot applicable
Thank you !!!
It resolved my issue.
Regards,
Himanshu