Forum Discussion
Date filtering
- 7 years ago
Hi Anonymous
How does this measure calculate?
If it comes from a date column as below
month of processing = FORMAT(MAX(Sheet3[date]),"yyyy-mmm")
It is sorted incorrectly in a table or matrix visual, is this your scenario?
If so, you could modify the measure as below so that it can be sorted correctly.
Measure = FORMAT(MAX(Sheet3[date]),"yyyy-mm")
Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous
How does this measure calculate?
If it comes from a date column as below
month of processing = FORMAT(MAX(Sheet3[date]),"yyyy-mmm")
It is sorted incorrectly in a table or matrix visual, is this your scenario?
If so, you could modify the measure as below so that it can be sorted correctly.
Measure = FORMAT(MAX(Sheet3[date]),"yyyy-mm")
Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.