Forum Discussion

Bokchoy's avatar
Bokchoy
Helper II
4 years ago
Solved

Matrix table decending date columns

Hi All,   i've got a pretty standard matrix table that shows sales by client over time. (as shwon below)   By default the date columns are sorted from left to right, right being the lastest...
  • Bokchoy's avatar
    Bokchoy
    4 years ago

    Hi amitchandak 
    thanks for helping me. I've followed your instructions and made the two columns, however it still doesnt seem to work. (See image)

    date_2 = vw_Calendar_BI[SingleDate]
    date_rank = RANKX(ALL(vw_Calendar_BI),vw_Calendar_BI[SingleDate].[Date],,DESC,Dense)