Forum Discussion
Anonymous
3 years agoNot applicable
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...
- 3 years ago
I meant you can FORMAT the date in your measure.
FORMAT(SELECTEDVALUE(...), "yyyy/MM/dd")
Pat
ppm1
3 years agoSolution Sage
I meant you can FORMAT the date in your measure.
FORMAT(SELECTEDVALUE(...), "yyyy/MM/dd")
Pat
Anonymous
3 years agoNot applicable
Oh I understand now, thank you. This works!!