Forum Discussion

nanutum's avatar
nanutum
Helper I
9 years ago

Condition if in table power pivot problem

 

i used Power pivot and want to add condition if in table then relationship table have problem


Problem in RED ZONE

 

when i used condition if table have problem

 

sorry about my english

3 Replies

  • Hi nanutum,

     

    The question is that in power pivot the blanks is not equal to 0 you need to do something like this

     

    if (
         [%ACH] = "",
         0,
            if ([%ACH] >= "1,
                5000,
                0
                )
      )

    Regards,

    MFelix

    • nanutum's avatar
      nanutum
      Helper I

      hi MFelix

       

      My Problem is 4,5,6 in "B" when i used condition if 4,5,6 show in "A" Why ?

      • MFelix's avatar
        MFelix
        Super User

        Hi nanutum,

         

        Can you post a sample of your data and the final result you want to achieve?

         

        Regards,

        MFelix