Forum Discussion
Month & Year order
Oh, the data is fed from Xero, I see.
So I would recommend that you use YYYYMM format for Year-Month
This way it will order it ascending . Maybe YYYY-MM will also work for better presentation
Michael
Thanks again Michael for your reply, we are running OS X so am trying to get a solution without having to use windows VM.
- Anonymous9 years agoNot applicable
Yes, I understand you don't want to use Desktop.
So I propose that you create a new column in your CalendarTable
=FORMAT(CalendarTable[Date],"YYYYMM") and use this column in your report instead of the current one.
So you will get the months ordered properly: 201611, 201612, 201701 etc.
All this you can do in the online Service
- BoostNest9 years agoFrequent Visitor
Thanks Michael, looks like an excel formula. I can't see anywhere in the Online app that allows you to enter those, simply edit and apply filters to the Xero dataset, which itself doesn't seem to be able to be edited.
I've had a bit of a google and it appears that you either need to edit in excel with the updates (windows) or use desktop. Is this what you mean?