Forum Discussion

ssvr's avatar
ssvr
Helper III
8 years ago
Solved

Need Help on DAX

Hi All,

 

I want to migrate a project from Excel - Power BI.

 

I need to write a DAX based on Excel formul. Please help me out

 

Formula is in A9 Cell

 

=IF([@[Case No]]=A10,"",+IF(OR([@Status]="Board Review",[@Status]="Approved",[@Status]="Rejected",[@Status]="In Pilot"),[@[Received Date]],""))

8 Replies

    • ssvr's avatar
      ssvr
      Helper III

      Hi v-frfei-msft ,

       

      Thanks for your reply on DAX

       

      I need one more help from you

       

      Required a DAX of Sum of ProjectNumber Count

       

      CNDOL --- 2

       

      • v-frfei-msft's avatar
        v-frfei-msft
        Community Support

        Hi ssvr,

         

        Sample for your reference.

         

        Measure = CALCULATE(COUNT(Table1[ProjectNumber]),ALLEXCEPT(Table1,Table1[Resouceinitials]))

         

         

        For more details, please check the pbix as attached. If it doesn't meet your requirement, kindly share your sample data and excepted result to me.

         

        https://www.dropbox.com/s/4t5pkbq5cgfdici/DAX.pbix?dl=0

         

        Regards,

        Frank