Forum Discussion
Anonymous
3 years agoNot applicable
Total Column not summing
Hello, I am trying to do a simple formula = Total * Rate. However, the total in the row does not work. Does anyone know how to change the formula so it totals properly, please? I understand its usi...
- 3 years ago
Hi Anonymous
Please tryTest = SUMX ( SUMMARIZE ( 'Table', 'Table'[Name], Dates[Date] ), [Rate] * [Total] )
tamerj1
3 years agoCommunity Champion
Hi Anonymous
Please try
Test =
SUMX (
SUMMARIZE (
'Table',
'Table'[Name],
Dates[Date]
),
[Rate] * [Total]
)- Anonymous3 years agoNot applicable
Thank you very much!!!!!