Forum Discussion

sraj's avatar
sraj
Icon for Responsive Resident rankResponsive Resident
3 years ago
Solved

Measure for subtraction

 
Hello,
I am trying to substract between these 3 measures, is this the right way to do it?  Because the value I am getting is not what I expected.  
 
493403 - 4297 - 477048 = 12,058 is what I am expecting but with the below measure I get this value 942470.
 
 
Total Remaining =

max('sched/status mrkt'[pers_held_cnt]) + max('sched/status mrkt'[real_held_cnt]) -

MAX('sched/status mrkt'[pp_pro_cnt]) +  MAX('sched/status mrkt'[rp_pro_cnt]) +
MAX('sched/status mrkt'[pp_others_pro_cnt]) + MAX('sched/status mrkt'[rp_others_pro_cnt]) +  MAX('sched/status mrkt'[rp_prescheduled_pro_cnt]) -

MAX('sched/status mrkt'[pp_bad_pro_cnt]) + MAX('sched/status mrkt'[rp_bad_pro_cnt])

2 Replies