Forum Discussion
DagdasAlbag
Helper I
4 years agoSorting 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.
- 4 years ago
AllisonKennedy
Community Champion
4 years agoDagdasAlbag 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)
- DagdasAlbag4 years ago
Helper I
Unfortunately it did not work
- AllisonKennedy4 years ago
Community Champion