Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Incentive Calculation for brands

Hi   I am calculating incentive for sales executive and their brands where each brand has some points. Based on these points, the executive will be eligible for a certain slab. The brands are A,B,C...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi Anonymous ,

     

    Please create two new measures:

    Measure = 
    SWITCH (
        TRUE (),
        MAX ( 'Table'[Brands] ) IN { "A", "B" }, MAX ( 'Table'[Score 2] ),
        [Arc%] >= 0.8, MAX ( 'Table'[Score 2] ),
        0
    )
    Criteria = SUMX ( 'Table', [Measure] )

    The PBIX file is attached for reference.

     

    Best Regards,
    Gao

    Community Support Team

     

    If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

    How to get your questions answered quickly -- How to provide sample data