Forum Discussion
Anonymous
5 years agoNot applicable
Calculating Variance and Counting Projects where variance exceeds a threshold
Hi, I am currently working on a project where we are looking to calculate variance based on the current phase of a project. The phase of the project will determine which field we will use to cal...
- 5 years ago
Anonymous
Var Count = CALCULATE(DISTINCTCOUNT(Project_Financial_Measures[Project_Name]),FILTER(SUMMARIZE(Project_Financial_Measures, Project_Financial_Measures[Project_Name],'Project_Dimension'[Current_Phase]),'Project_Financial_Measures'[Variance] <= -.25))
wdx223_Daniel
Community Champion
5 years agoAnonymous
Var Count = CALCULATE(DISTINCTCOUNT(Project_Financial_Measures[Project_Name]),FILTER(SUMMARIZE(Project_Financial_Measures, Project_Financial_Measures[Project_Name],'Project_Dimension'[Current_Phase]),'Project_Financial_Measures'[Variance] <= -.25))