Forum Discussion

DagdasAlbag's avatar
DagdasAlbag
Icon for Helper I rankHelper I
4 years ago
Solved

Sorting in the crosstab (column 1)

Hello,

how do I get the sorting in column 1 (year 2021) descending in a crosstab?

The sorting refers to the total column, see Figure 2.

 

 

6 Replies

  • AllisonKennedy's avatar
    AllisonKennedy
    Icon for Community Champion rankCommunity Champion

    DagdasAlbag  You haven't provided a lot of detail, but if I understand correctly, you can add a measure or column to the tooltips and that will enable you to select it in the 'filters on this visual'. 

     

    So add a measure for the value you want to sort by: 

     

    2019 Measure = CALCULATE ( [Measure], DimDate[Date] = 2019) 

  • Thank you for your answer!
    Unfortunately, there is no solution to my question.

    • AllisonKennedy's avatar
      AllisonKennedy
      Icon for Community Champion rankCommunity Champion

      Sorry, I forgot there's no 'tooltip' fields for matrix and tables so the workaround I use for other visuals sorting doesn't work here. I've added another reply that is long but will work. 🙂