brianhadley
New Member
- Joined
- May 3, 2013
- Messages
- 1
I am wanting to use RankX to rank people by sales performance in two ways: 1. performance against others on their supervisor 'team', and 2. performance against the entire group, regardless of supervsor team.
Currently I have the following measure defined, which I thought would accomplish #2 when I sliced or filtered by supervisor, but instead behaves as described in #1:
=rankx(all(sales[Agent]),[Sum of HIS Sales])
(HIS in 'HIS Sales' is just an acronym). What argument to table parameter in rankx will get the formula to evaluate for all agents in the dataset, regardless of filter context.
Currently I have the following measure defined, which I thought would accomplish #2 when I sliced or filtered by supervisor, but instead behaves as described in #1:
=rankx(all(sales[Agent]),[Sum of HIS Sales])
(HIS in 'HIS Sales' is just an acronym). What argument to table parameter in rankx will get the formula to evaluate for all agents in the dataset, regardless of filter context.