Forum Discussion
Anonymous
5 years agoNot applicable
yearly sorting issue...
Hi all, yearly sorted data exported having issue..Below graph yearly axis value is sortedly dipslaying...But same data after exporting and open in excel its not showing sorted orderly.......
- Anonymous5 years ago
solved the issue .Currently i used a year column created as
year = YEAR('calendar'[Date]).I just add another new column asNew Year = FORMAT('calendar'[Date],"YYYY").Then i used these New Year and sorted these column using above year column...
Fsciencetech
5 years agoHelper III
Hi Nisha,
Try this one - first convert into table like below and sort it by year ascending order
then change into bar graph.
2nd option you may try -
- Anonymous5 years agoNot applicable
still facing same issue....