Forum Discussion
Anonymous
5 years agoNot applicable
sum a measure with grouping
Hi! Just wondering if this is possible. I am attempting to sum the Category Rank Pts by Employee. Category Rank Pts is a measure. The end result:
Ashish_Mathur
Super User
5 years agoHi,
Try this measure
=SUMX(Data,[Category rank final])
Anonymous
5 years agoNot applicable
Hi.
I was looking for the formula for the Category Rank Final as a sum of the Category Rank Pts measures by employee.
I added the Category Rank Pts measure in the thread. Thanks.
- Ashish_Mathur5 years ago
Super User
Hi,
Try this measure
SUMX(Data,[Category rank pts])
- v-easonf-msft5 years ago
Community Support
Hi, Anonymous
This is really strange, I may need you to provide a sample pbix file for further research.
Best Regards,
Community Support Team _ Eason