Forum Discussion

sriramk's avatar
sriramk
Icon for Helper I rankHelper I
4 years ago

Measure for above and below average with conditional formating

Please help me to solve

 

3 Replies

  • tamerj1's avatar
    tamerj1
    Icon for Community Champion rankCommunity Champion

    hi sriramk 

    1. IF ( MAX ( Table1[Revenue/Cost] ) >= [Average Rev/Cost] ), "Above Avg", "Below Avg" )

     

    2. MAX ( Table1[Revenue/Cost] ) >= [Average Rev/Cost] )  
    then use the measure in the conditional formatting >= 1 for green and 0 for red

     

    3. DIVIDE ( MAX ( Table1[Revenue/Cost] ) - [Average Rev/Cost] , [Average Rev/Cost] )

     

    4.  Please clarify further

    • sriramk's avatar
      sriramk
      Icon for Helper I rankHelper I

      Hi, Thank you very much for the details.

       

      Clarification for S.No.4 :
      If the deviation from Average is more than 3%, to show the product name and store ID in the report on selected date.