Forum Discussion

ilcaa72's avatar
ilcaa72
Helper IV
8 years ago
Solved

Sort by Column Date in reverse order

i would like to sort the columns in reverse order, newest date first...i have a calculated measure that relies on the Date field, so changing the Column value to a Format(Str(Date), changes my calcul...
  • ilcaa72's avatar
    ilcaa72
    8 years ago

    i ended up going to Power Query, grouping the Dates together. adding an Index to the individual dates, then expanding the 'table' for the group and selecting the columns to bring in, every distinct date got a distinct rank starting with latest date first...