Hi All,
I have a Table with few columns such as member id, start date, end date , provider name etc, value etc...my value column is a calculated column with value=1 formula. so this column contains 1 for all rows.
Requirement is to calculate "sum of value for distinct member id ". Please help me to achieve this .
TIA
Solved! Go to Solution.
@Vamshi2020 , Try a measure like
sumx(values(Table[member id]), calculate(max(Table[Value])))
@Vamshi2020 , Try a measure like
sumx(values(Table[member id]), calculate(max(Table[Value])))
User | Count |
---|---|
196 | |
86 | |
75 | |
74 | |
54 |
User | Count |
---|---|
174 | |
95 | |
87 | |
79 | |
73 |