Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Help with calculating percentage

Hi Guys,   Wanted some help with a dataset I'm currently working with (table name - FeatureProgress):                 I'm trying to calculate the percentage of completed work for the...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Got it!

     

    Answer is:

    %complete = DIVIDE(CALCULATE(SUM(FeatureProgress[Descendants.Count]),FeatureProgress[Descendants.State] = "Done"), CALCULATE(SUM(FeatureProgress[Descendants.Count])))