Forum Discussion

FCF's avatar
FCF
Helper IV
5 years ago
Solved

splitting sales $

hi I have not been able to find an answer to how to take the sales $ from Sales rep A and split them evenly between 2 reps for example Rep A has sales of $1000.00 and is the account manager Rep B...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi FCF 

    In addition to  

    Sales for Sales Support =
    CALCULATE (
        SUM ( Table1[Sales] ),
        FILTER ( Table1, Table1[Account Manager] = 'Percent'[Account Manager] )
    ) * 'Percent'[Percent]

    Result:

    Best Regards,

    Rico Zhou

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.