Forum Discussion

gco's avatar
gco
Resolver II
6 years ago
Solved

Row totals not matching

i have a measure that is displayed in a matrix.

 

Monthly Actual = IF (ISBLANK([TotalPrincipalReceived]),SUM(LoanTransactions[SumLoanTransBalanceChange]),[TotalPrincipalReceived])
 
The data shows perfectly fine, but the row total is only displaying the value for [TotalPrincipalReceived].  And not the total of every row.  Is there a way to remedy this?  The [TotalPrincipalReceived] is from a different table.  And i cannot merge it with LoanTransactions.
 
Thank you
Glen

3 Replies