Forum Discussion

AbhishekPandey's avatar
5 years ago
Solved

Need Correct Total

I have a measure in which i am dividing total number of contractual months from total number of months. I am getting correct result, but the total in the bottom is not correct.   The first column i...
  • AbhishekPandey's avatar
    AbhishekPandey
    5 years ago

    Anonymous Thanks for the suggestion i got the fix, this time not using the variable anywhere in the expression.
    This i have added in the else part of hasonevalue.
    SUMX(
    FILTER(
    VALUES('Table'[id]),divide(Month of engagement, Months in Contract L30)>=0.75 && divide(Month of engagement, Months in Contract L30)<=1.00),1))