Forum Discussion
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....Plse help?
- 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...
8 Replies
- FsciencetechHelper 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 -
- AnonymousNot applicable
still facing same issue....
- FsciencetechHelper III
Have you tried after the second option (which I suggest above) to first option.
- AnonymousNot applicable
yes ... i tried...
- AnonymousNot applicable
here am sharing url of my pbx file...plse go through it..https://www.dropbox.com/s/ep5d2o0bpi9npaa/ratechange.pbix?dl=0
- FsciencetechHelper III
Hi Nisha,
I exported this bar chart, showing me correct result as you expected
- AnonymousNot applicable
i have still issue in power bi service after publishing these to a particualr account
- AnonymousNot applicable
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...