Forum Discussion
Anonymous
6 years agoNot applicable
How to add two rows by a First name
I want to add up rows by First Name. So wherever there is a first name repeated I want to add them up so that the calculation of the rows give me an effort value of 1. For example I want to add the e...
- Anonymous6 years ago
I just used pivoting and it is working now
Anonymous
6 years agoNot applicable
What formula should i use to write the same for a column. I will be using that for my traffic light system then
danextian
6 years agoSuper User
Try this as a measure
CALCULATE (
SUM ( 'Table'[Effort Allocated] ),
ALLEXCEPT ( 'Table', 'Table'[First Name] )
)
Replace Table with the actual table name.
- Anonymous6 years agoNot applicable
ITS GIVING ME WRONG RESULTS:
- danextian6 years agoSuper User
Hi Anonymous ,
Please elaborate.
- Anonymous6 years agoNot applicable
So it should 1 but its showing different sum