butlerrbrian
New Member
- Joined
- Jan 30, 2013
- Messages
- 37
I need to rank a team of agents on several different KPI to arrive at an overall ranking.
As a part of building the base measure, I am using the formula below, which returns [TABLE="width: 1215"]
<TBODY>[TR]
[TD]ERROR - CALCULATION ABORTED: Calculation error in measure 'Agent Historical'[Rank of Unproductive Pct]: A table of multiple values was supplied where a single value was expected. It appears to be correct, so I am befuddled.[/TD]
[/TR]
</TBODY><COLGROUP><COL></COLGROUP>[/TABLE]
=COUNTROWS(FILTER(all('Agents'[Agent Name]), 'Agent Historical'[M_Pct Unprod] (Values('Agents'[Agent Name]))<'Agent Historical'[M_Pct Unprod] && 'Agents'[Agent Name]<>VALUES('Agents'[Agent Name])))+1
As a part of building the base measure, I am using the formula below, which returns [TABLE="width: 1215"]
<TBODY>[TR]
[TD]ERROR - CALCULATION ABORTED: Calculation error in measure 'Agent Historical'[Rank of Unproductive Pct]: A table of multiple values was supplied where a single value was expected. It appears to be correct, so I am befuddled.[/TD]
[/TR]
</TBODY><COLGROUP><COL></COLGROUP>[/TABLE]
=COUNTROWS(FILTER(all('Agents'[Agent Name]), 'Agent Historical'[M_Pct Unprod] (Values('Agents'[Agent Name]))<'Agent Historical'[M_Pct Unprod] && 'Agents'[Agent Name]<>VALUES('Agents'[Agent Name])))+1