Hi !
the question may sound obvious but maybe because I can not find out the exact english expression I can't succeed to find an answer
here is my question
I do have this code
Sum(
Filter(
'PMO 2022';
BUSINESS1>=0);'BUDGETQ1'+'BUDGETQ2'+'BUDGETQ3+'BUDGETQ4'*BUSINESS1/100)
But ! I would like not to operate the multiplication by the last BudgetQ4 but with the entire sum !
in normal mathematic it would have been like that
(BUDGETQ1+BUDGETQ2+BUDGETQ3+BUDGETQ4)*BUSINESS1/100
can you tell me how to first do the sum and then multiply it by "business1)
many thx
JeanFred