Forum Discussion
ZsoltK
3 years agoNew Member
Summing conditonal result
Hi All,
I have got an issue with summing the conditional output
We got bonus calculated for different people for a certain month and same time we got the max 100 EUR to pay out.
The calculated bonus is summing up right, but when I use the IF function to get the bonus to pay out it works for individuals, but in total it is not summing up.
Cam you pls help me to fix this?
Thanks
2 Replies
- amitchandakSuper User
ZsoltK , you have used some row context in the calculation then try a measure like
Sumx(Values(Table[Driver]), [Bonus Final Pkg])
refer -why grand total is wrong -https://www.youtube.com/watch?v=ufHOOLdi_jk
- ZsoltKNew Member
Thanks for the hint, it was leading to the solution using SUMX, VALUE, IF functions combined. Thanks