Forum Discussion
SirJJAnderson
6 years agoHelper III
Getting Circular Dependency Error When Trying to Sort Month Column By Month Number Column
I'm trying to sort my "Month" column by "Month Number", but am getting this error:
parry2k
6 years agoSuper User
SirJJAnderson got it, add Month Number using following expression and then it will all work
Month Number = MONTH ( 'Date'[Date] )
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
SirJJAnderson
6 years agoHelper III
parry2k You're awesome!! That worked perfectly. Thanks, I guess I used an outdated article to create my Month Number forumla 🙂