Forum Discussion
jaipalambati
3 years agoFrequent Visitor
sort table by DAX
hi, I created a table using as follows:
test table = CALCULATETABLE(SELECTCOLUMNS(Table, "Date", Table[DateKey],
"Accum", Table[Accum.],
"Daily", Table[Daily]))
I got the table as below:
Accum Daily Date
But I need to sort by date in Ascending order and fix the date format (Short Date) using DAX.
Desired output: Accum Daily Date
please give me suggestions with DAX only. Thanks |