Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Custom Sort Order for a Measure

I have the following measure which returns the screenshot of data below when applied to a matrix - essentially the date with a little calculation of how many days old the note is.      StatusNote...
  • ppm1's avatar
    ppm1
    3 years ago

    I meant you can FORMAT the date in your measure.

     

    FORMAT(SELECTEDVALUE(...), "yyyy/MM/dd")

     

    Pat