Forum Discussion

kilala's avatar
kilala
Icon for Resolver I rankResolver I
8 months ago
Solved

Rank shows all 1

Hi all,   I have a trend bar chart that want to show "Exclude top 5". It will show all months that is ranked 5 and above based on total volume.  This is the DAX I used: Top 5 Vol (Trend) = RANK...
  • danextian's avatar
    8 months ago

    Hi kilala 

    Is DIM_TIME_PERIOD_SELECTED[Month_Year] custom sorted by another column? If so, you need to include that in your ALLSELECTED statement as well.