Forum Discussion
jhudson1977
7 years agoFrequent Visitor
IF Statement Help
I need a little help with an IF statement as it's somewhat working but not fully. The statement is this: xMeasure = IF(Employee[Duration] >= 8, 1, Employee[Duration]/8) What I'm trying to ge...
jhudson1977
7 years agoFrequent Visitor
Thank you for the response.
I hadn't tried that, but I did as you suggested. Interestingly enough, there was no change in any of the values. So, that gives me a couple of clues.
jhudson1977
7 years agoFrequent Visitor
I need to correct my original question/problem/statement.
This column isn't a measure but rather a new calculated column. Not sure if that has any bearing on the result.