Forum Discussion

mrclay82's avatar
mrclay82
Icon for Helper II rankHelper II
3 years ago
Solved

TOP N by value filtering options

Hi all,   I have a matrix showing the 10 most profitable items. This is achieved with TOP N in the filter pane where a measure for [total profit] is the value in the TOP N filter.   I would like ...
  • johnt75's avatar
    3 years ago

    You could create a new measure, purely for use in the TOPN filter, which uses REMOVEFILTERS on the sales person column. That would filter the matrix to the top 10 products regardless of sales person, but would still allow the values within the matrix to be filtered to just the sales person selected in the slicer.