Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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...
  • Anonymous's avatar
    Anonymous
    5 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!