Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Calculate Count Parent Child

Dears,

I'm just a newbie using Dax formula or power query.

I have a table which i wanted to get the percentage value based on the parent child relationship.

 

Site NameContractorStatus
Site1ABCIn Progress
Site2XYZNew
Site3ABCNew
Site4ABCIn Progress
Site5ABCIn Progress
Site6XYZIn Progress

 

ContractorStatusTotal Count% Parent Row
ABCNew125%
 In Progress375%
XYZNew150%
 In Progress150%

 

 

How could i able to achieve this in simple calculation formula?

 

Thanks in advance.

  • Anonymous 

    My Video on ALLEXCEPT concept https://youtu.be/fEIaJigVfFg

    Step 1

    Count of Contractor = count('Count'[Contractor])
     
    Step 2
    Total Count per Contractor = CALCULATE(COUNT('Count'[Contractor]),ALLEXCEPT('Count','Count'[Contractor]))
     
    Step 3
    Solution Count = DIVIDE('Calendar Table'[Count of Contractor],'Calendar Table'[Total Count per Contractor])
     

     

    Regards,
    Ritesh
    Mark my post as a solution if it helped you| Munde and Kudis (Ladies and Gentlemen) I like your Kudos!! !!
    My YT Channel Dancing With Data !! Connect on Linkedin !!Power BI for Tableau Users 
  • Anonymous ,

     

    Did it help, can you mark the post and help the community?

     

    Regards,

    Ritesh

3 Replies

  • Anonymous 

    My Video on ALLEXCEPT concept https://youtu.be/fEIaJigVfFg

    Step 1

    Count of Contractor = count('Count'[Contractor])
     
    Step 2
    Total Count per Contractor = CALCULATE(COUNT('Count'[Contractor]),ALLEXCEPT('Count','Count'[Contractor]))
     
    Step 3
    Solution Count = DIVIDE('Calendar Table'[Count of Contractor],'Calendar Table'[Total Count per Contractor])
     

     

    Regards,
    Ritesh
    Mark my post as a solution if it helped you| Munde and Kudis (Ladies and Gentlemen) I like your Kudos!! !!
    My YT Channel Dancing With Data !! Connect on Linkedin !!Power BI for Tableau Users 
  • Anonymous 

     

    Please close the post so that it will be helpful for others as well

     

    Regards,

    Ritesh

  • Anonymous ,

     

    Did it help, can you mark the post and help the community?

     

    Regards,

    Ritesh