Forum Discussion

2 Replies

  • v-yulgu-msft's avatar
    v-yulgu-msft
    Microsoft Employee

    Hi ignas,

     

    Is [Actual/Plan Status] a calculated column or measure? The indicator colors are incorrect might be related to the formula. Please test whether below expressions can display expected colors.

    Change IF('Key'[Var to Plan %]<=0,red,green) to

    IF('Key'[Var to Plan %]=-0.0917,red,green)  and  IF('Key'[Var to Plan %]<=0,0,1)

     

    By the way, I didn't see relative table view ('Key' and 'Key'[Var to Plan %]) and above visual in the uploaded .pbix file.

     

    Regards,

    Yuliana Gu

    • ignas's avatar
      ignas
      Advocate II

      Hey v-yulgu-msft

       

      Thank you for the response.

      It is calculated as column because as measure does not allow change Data Category to URL address.

      I do not understand what you ask me to change. I changed it and there is nothing positive with it.

       

      Could you please try to enter the formula yourself and see if it works? And if yes could you please share with me?