Forum Discussion
When Sum Formula goes wrong
Hello, how are you?
I have a small problem with a formula.
I have a slightly extended base on which I am performing a margin test, everything was fine until I tried the following formula:
i.Margin = sumx ('Final ad base', 'Final ad base' [i.cmvv] + 'Final ad base' [i.vendas])
the result was this:
Clearly the result should not be this, could someone help me fix and explain what went wrong with the formula?
Best Regards
5 Replies
- Ashish_MathurSuper User
Hi,
If i.cmvv and i.vendas are columns (and not measures) in the Final ad base table, then this measure should work
='Final ad base' [i.cmvv] + 'Final ad base' [i.vendas]
Hope this helps.
- SergiocamposNew Member
Hi Ashish thanks for the answer!
Ok, i tried it and the result is the same, pretty strange no?
Reggards
- mahoneypatMicrosoft Employee
Is your Fam_Item column on the same table with the columns you are SUMming? If not, what is the relationship between them?
Regards,
Pat