Forum Discussion
Order By Month Year
Hi MarkWilliamson,
In the modeling tab you have an option to sort the columns by another column, I don't know if you have a date column but if you do select your ReportMonthYear and on the Sort by column option select the date.
Regards,
MFelix
Hi MFelix !
Thanks for your help !!! When I go to the modeling tab the sort by column field in not accessable. I must be doing something wrong.
In addition, another issue I have is that I am reporting counts, how do I make a count a negative number ? I am assuming that i need to create a calculated field ?
Again, thanks in advance for your help !!!!!
Mark
- MFelix9 years agoSuper User
Sorry for this question, but did you select the column to be sorted?
Regarding the count you are correct you need to do something like:
Negative count = - COUNT(Table[Column name])
Regards,
MFelix