Forum Discussion
Displaced_2000
2 years agoFrequent Visitor
date created by measure and sorting
If have created a measure which adds varying amount of months to a date (a date from a column) using EDATE(). The months added vary on multiple criteria so the resulting dates do not follow the orig...
JoeBarry
Solution Sage
2 years ago
Create another column like this
Month Index = Format('DIM Date'[Date], "YYMM")
convert to number and sort the mm/yy column by the new Month Index column
That should do the trick
Joe
If this post helps, then please Accept it as the solution