Forum Discussion
Anonymous
5 years agoNot applicable
Incorrect total
Hello - The measure below is returning the correct amounts at the row level, but not at the total value level. Any advice on how to correct? Internal Use scale accrual % = SUM( Sh...
- Anonymous5 years ago
PaulDBrown I tried this approach, and it works perfectly. I referenced my original measure, in this measure:
SUMX( VALUES( 'Date Table'[MonthnYear]), [Internal Use scale accrual] )
Thanks for the help!
PaulDBrown
5 years agoCommunity Champion
Anonymous
Try:
With totals = SUMX(table, [Internal Use scale accrual %])