Forum Discussion

third_hicana's avatar
third_hicana
Helper IV
2 years ago
Solved

Sort Column Chart (Circular Dependency Error)

Hi All,   Asking for your help. I have a date column in my table named Project Completion Date. I created a calculated column to extract the year referencing the  Project Completion Date column usi...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi third_hicana 

    You just need to use year() function to extract the year, it will return the value with number type, then put the column to the x-axis, it will order automatically.

     

    Project_Completion_Date(YYYY) =
    YEAR ( FY25_PB_Master_Data[Project Completion Date] )

     

    Best Regards!

    Yolo Zhu

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