Forum Discussion

YYlee's avatar
YYlee
Helper I
2 years ago

Custom Sort axis

I want to remove the 1.2.3. (which I added manually in the database) and sort by Delivery, CE, Firm, and Total. I’ve created a custom sort table to define the sort order. However, I think because the "Total" is created using a measure (as shown above), and I’ve linked the 311 category total to the new table and selected it on the axis, the "Total" is not appearing on my clustered chart.

 

What steps should I take to remove the 1.2.3. and ensure that the "Total" is displayed correctly?

 

Thanks. 

 

Regards, 

YY

 

6 Replies

  • Hi YYlee 

    Can you show us the measure please.

    My guess is you need to remove the new filter caused by the sorting column.

    For example if I had the Month Name and sorted by the Month Number I have to remove both filters to return the total:

    All Month sales =
    Calculate( [Sum Quantity], AllSelected(calendar[Month],Calendar[Month Name])

    • YYlee's avatar
      YYlee
      Helper I

      Hi Sam,

       

      Which measure you mean?

      • SamWiseOwl's avatar
        SamWiseOwl
        Super User

        Hi YYlee this one:
        However, I think because the "Total" is created using a measure