Sort column circular dependency in Power BI

Adi*_*jan 4 sorting circular-dependency dax powerbi powerbi-desktop

I have to sort month name from January to December in Power BI Desktop. Power BI sorts the column according to the alphabetical order.

Here is my dataset:
数据集

When I am using sort by column by month number, I am getting an error of circular dependence:

错误信息

There is no date table in my dataset. I have calculated month number as calculated column.

How can I get rid of this circular dependency? This is the desired result:
最后结果

Zyg*_*ygD 6

如果像这样创建,排序列将不起作用:

排序顺序循环依赖幂 bi 1


如果像这样创建它就可以工作:

排序顺序循环依赖幂 bi 2