Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Calculate the Sales/Target

How To Calculate the Sales/Target

% column incorrect, actual % is done?

Kinldy Help

 

TypeTargetSales%Actual By manual
GIRLS4.161.7440%41.88%
LADIES81.6863.0774%77.21%
LADIES GIANT1.510.7648%50.23%

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous ,

     

     

    Create a Measure

     

     Actual by Manual  = DIVIDE('TABLE'[Sales],'TABLE'[Target])

     

    Change the format of the measure.

     

    Regards,
    Harsh Nathani

    Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)

  • Anonymous 

    Try 

    =DIVIDE(TABLE[Sales],TABLE[Target])

    Then format as %.

    ________________________

    Did I answer your question? Mark this post as a solution, this will help others!.

    Click on the Thumbs-Up icon on the right if you like this reply 🙂

    YouTube, LinkedIn

  • Anonymous , Try a measure like

    divide(sum(Table[Sales]),sum(Table[Target]))

     

    The data type should be decimal/numeric