Forum Discussion
Pablinho
Helper I
2 years agoCalculated Column not being executed
Hello! I have a table called Progression1 with a calculated column generated with the following code: Rate= CALCULATE(sum(Masterfile1[Awarded]),Masterfile1[STATUS]="GRD",Progression1[Term])/42....
lbendlin
Super User
2 years agoAre Progression1[Term] and Progression2[Term] boolean values (evaluating to true or false)?