Forum Discussion
IamTDR
7 years agoResponsive Resident
Help 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
v-diye-msft
7 years agoCommunity Support
Hi IamTDR ,
Take a try of this :
Measure = SUMX(GROUPBY('BI BookInUse',[Program],[Territory],''BI BookInUse''[Enrollment]),[Enrollment])Best regards,
Dina Ye
IamTDR
7 years agoResponsive Resident
Thanks! Appreicate the aid
TDR