Forum Discussion
Calculation between 2 tables
well, if try to descripe it simple:
sum - is a sum of values from one exactly column (maybe with some filters)
sumX - is a sum of a calculated expressions which could use more than one column
Sorry for late answer.
Thanks so much for the help
I have one more strange question regarding this.
How do i use a IF statment in this example.
The table "test2" does not excist and and want to:
If test.month =1 then value *2 ; If test.month =2then value *3;If test.month =3 then value *4
I also want the claculation to be correct when i remove month.
I hop i have manages to explain myslef.
- az386 years agoCommunity Champion
Hi Wresen
create new calculated column in the table 1 with IF statement then multiply as you wish
...if i understand you correct :)
- Wresen6 years agoPost Patron
Hi Az38 ;and Thanks for helping
It needs to be a mesure since the multiplyed value will change depening on filters (if i managed to make the report)
We have this table , and i want to make a measure that checks the month and depeding on month it will multiply with a number.
If (month = 1 then value *2;If (month = 2 then value *3;If (month = 2 then value *4;
and when i remove month and value i want the still be there
So if it would work i would have Measure to the right of year and a value 35