Forum Discussion
IT_inter
2 years agoFrequent Visitor
Sum numbers based on unique values from column
Hi guys! I have simple question creating a measure which SUM number based on unique values from column. Unfortanately i didn't find any references, maybe my search query isn't correct. I have fo...
khaledHabib90
Resolver II
2 years agoHello,
please try this measure
= SUMX(VALUES(Key_ProblemID),max(inaccessibility))
this measure should work correctly if the values are the same for each duplicated problem ID
If my reply solved your problem, please mark it as the solution 🙂