Forum Discussion
IamTDR
Responsive Resident
7 years agoHelp With a Sumx Measure
Morning I am working with a single table that has 'enrollment' numbers that I would like to sum up. The trick is, each each territory/program has a distinct enrollment number. I cannot simply sum ...
- 7 years ago
Hi IamTDR ,
Take a try of this :
Measure = SUMX(GROUPBY('BI BookInUse',[Program],[Territory],''BI BookInUse''[Enrollment]),[Enrollment])Best regards,
Dina Ye
IamTDR
Responsive Resident
7 years agoThanks for the suggestions but so far I am not receiving the desired results. I inserted an image of what my visual currently looks like. The Total Enrollment number should total to 12,144 and not 60,720. My Total Enrollment number is based on Territory and Program.
Measure currently being used.
v-diye-msft
Community Support
7 years agoHi IamTDR ,
Take a try of this :
Measure = SUMX(GROUPBY('BI BookInUse',[Program],[Territory],''BI BookInUse''[Enrollment]),[Enrollment])Best regards,
Dina Ye
- IamTDR7 years ago
Responsive Resident
Thanks! Appreicate the aid
TDR