This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Existing table contain a measure as
"month of processing" data type: Text
2019-Jan
2018-Dec
2019-May
2019-Feb
Etc.....
In my reports im going to use this measure - "month of processing" so
i facing problem with make this in order
can anyone help me on this
thanks
Solved! Go to Solution.
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.
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.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 26 | |
| 23 | |
| 22 | |
| 13 |
| User | Count |
|---|---|
| 61 | |
| 47 | |
| 27 | |
| 23 | |
| 18 |