Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Re-order values in a DAX statement

I have rows of data selected from a Slicer like Dec-16, Jan-17. The result from the DAX statement: TitleDateAncillary = CONCATENATEX( VALUES('Ancillary'[YearMonthName]), 'Ancillary'[YearMonthName], ", ") gives me Jan-17 , Dec16. I need to reorder them Chronologically.

 

Thanks, Mark

1 Reply