Forum Discussion
vjnvinod
6 years agoImpactful Individual
Measure Support
Hi Team, this is my current measure Var_H = IF(SUM('SLSL Planning template'[plannedHours])=0&&SUM(SLSL[Actual Charge(Rev/Mer)])=0, "",SUM(SLSL[Actual Charge(Rev/Mer)])-SUM('SLSL Planning template'...
Tahreem24
6 years agoSuper User
vjnvinod ,
Give a try to below measure. I have revamped your measure.
Var_H = IF(SUM('SLSL Planning template'[plannedHours])<>0&&SUM(SLSL[Actual Charge(Rev/Mer)])<>0,SUM(SLSL[Actual Charge(Rev/Mer)])-SUM('SLSL Planning template'[plannedHours]))
PLease hit Thumbs up for support and accept this as a solution if it helps you!