Forum Discussion
Anonymous
4 years agoNot applicable
multiple conditions + calculation
Hi Community, following problem. My calculation with multiple conditions including addition does not work Here is my formula that doesn't work: If(and( Category ="Küche" && Order ...
Syndicate_Admin
4 years agoAdministrator
Hi, I just noticed that the values are not added up.
Can you please help me again.
Samarth_18
4 years agoCommunity Champion
Syndicate_Admin , It is not required. You can directly use this column on your visual and mark summerization as SUM or create a measure with below code and use it:-
measure = Sum(Tabelle2[column])
- Anonymous4 years agoNot applicable
Thank you. But I do not want to make the sum of all projects, such as summerization.
Calculation within the formula would need to be adjusted.
In the formula the result is 100, but it should be 200.