Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Sort graph axis values (DAX generated)

Hello community,   I have created a Boxplot chart showing salary distribution per category. The categories are retrieved from a table that was created by DAX. As you can see in the photo, the categ...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Thank you for your feedback amitchandak 

    what I did to resolve this problem , is that i Created the ID column in the DAX code that I used to generate my table. By so doing, I have no dependency between category and ID_cat so. COnsequently, when I used sort column by ID_Cat it worked successfully.

     

    Conclusion: try to avoid circular dependency