Forum Discussion

Winniethewinner's avatar
4 years ago
Solved

Month Order for a calculated dimension table

Hi Everyone,  I created a calculated dimension table and use it to dynamically switch the axis in the chart. Here is the calculated table DAX: And here is the chart, which is switched based o...
  • v-xiaotang's avatar
    4 years ago

    Hi  Winniethewinner 

    Thanks for reaching out to us.

    >>The question I have is, the months are 7-month forwarding, i.e. I will have 07,08,09,10,11,12,01 as the next

    Because they are in text form, they cannot be sorted by themselves, so you can try sort by columnSort one column by another column in Power BI - Power BI | Microsoft Docs

    Or you can try this one, use year-month column, for example,

     

    Best Regards,

    Community Support Team _Tang

    If this post helps, please consider Accept it as the solution to help the other members find it more quickly.