Forum Discussion
Anonymous
6 years agoNot applicable
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...
- Anonymous6 years ago
Got it!
Answer is:
%complete = DIVIDE(CALCULATE(SUM(FeatureProgress[Descendants.Count]),FeatureProgress[Descendants.State] = "Done"), CALCULATE(SUM(FeatureProgress[Descendants.Count])))
Anonymous
6 years agoNot applicable
Sorry that still doesn't work for me:
mussaenda
Community Champion
6 years agoWell then,
I hope the experts here would be able to help you.
Sorry for not able to help you solve your problem.