Forum Discussion
Date Table - DAX - CALENDAR() - ADDCOLUMNS() - Quarter Issue
Hi, maclura , no worries, those other before July are not gone with the wind; but the mechnism under the hood is not clear.
- maclura5 years ago
Resolver I
Thank you CNENFRNL .
If I was a little more savvy, I would have to get there on my own. But I agree with you, why generated dates are sorted in that way?- maclura5 years ago
Resolver I
After some other tests, I think it should be something related to a chaching mechanism.
In fact, sorting issues happen not only with rows, but also with columns, when you add more columns into the formula. The new columns are created regardless of their position in the formula.
If you create a new date table, when you run the formula the first time, columns are created in the order they appear into the formula.
- Anonymous4 years agoNot applicable
I just had the same issue. It is really weird that it would do that. I had to sort the date column in mine asc to see it begining on 1/1/YYYY.