Forum Discussion
paolomint
3 years agoHelper III
No SUM for IF function
Dear all, please have a look below. I'm using a IF function and I don not understand why it works correctly but the total ammount of the row is zero and not the sum of all the values. How can I fi...
- 3 years ago
Thank for your reply,
I need an if function because I need sum on different column.
Anyhow I solved in SQL.
Bye
Paolo
amitchandak
3 years agoSuper User
paolomint , refer to a suggestion by Anonymous , or you have force row level total like
new measure =
Sumx(Summarize(Table, Table[Year], Table[Month], "_1", [Your Measure]) , [_1])