Forum Discussion
Engagement Role Report - Calculated Column question
hi jdormer
create this measure:
SalesPerson = CALCULATE(VALUES(Users[Name]);FILTER(Managers;Managers[Allocation ID]=1))
Project Manager = CALCULATE(VALUES(Users[Name]);FILTER(Managers;Managers[Allocation ID]=2))
Architect = CALCULATE(VALUES(Users[Name]);FILTER(Managers;Managers[Allocation ID]=3))
Thanks Vvelarde.
When I create the measures you suggest and then add them to a visual, I get a "Can't display the visual." error message. The detailed message states "Calculation error in measure Managers[Architect]: A table of multiple values was supplied where a single value was expected.
Thoughts?
- Vvelarde10 years agoCommunity Champion
And this happen with the other measures also? or just with Architect?
- Vvelarde10 years agoCommunity Champion
If you have more than 1 same allocation for a Project then this measure doesn't work.
- jdormer10 years agoHelper I
Vvelarde, I get the same error for all three measures.
EDIT: There are some Engagements that do have duplicate Allocation IDs.
- Vvelarde10 years agoCommunity Champion
Ok, this is a different situation. The posted measures work only when its a unique allocation id by project.
Now, with this duplicates rows, how do you want to visualize?