davidmg1982
Board Regular
- Joined
- Oct 12, 2015
- Messages
- 64
Hi there, whats is the proper sintax to convert this column into a measure:
EC_Score_Measure = (((1-[CM_EN_NonCompliant])*3)+((1-[CM_EN_NonMBAM])*6))/9
If i do it directly the result is different, I appreciate your guidance.
EC_Score_Measure = (((1-[CM_EN_NonCompliant])*3)+((1-[CM_EN_NonMBAM])*6))/9
If i do it directly the result is different, I appreciate your guidance.