Forum Discussion
Boterkaas45
3 years agoFrequent Visitor
Total is not adding up
Hello, I'm trying to get this measure to work. It works fine on an individual level, but the total of the matrix is incorrect. I hope someone can spot my mistake. Employees who work on a cont...
- 3 years ago
write another measure like this
SUMX(VALUES('table'[Naam]),[Test])
Ahmedx
3 years agoSuper User
write another measure like this
SUMX(VALUES('table'[Naam]),[Test])Boterkaas45
3 years agoFrequent Visitor
Thanks, didn't realise it was this easy.
Have a good one!