Forum Discussion

4 Replies

  • hi,

    the problem is that in your  dax formula you are trying to compare a number with a text. 

    can ypu post the measure CurryShots[Total FG Made]?

  • Total FG Attempted = DISTINCTCOUNT(CurryShots[Shot ID])
    Total FG Made = calculate([total fg attempted], curryshots[outcome] = 1)
    • serpiva64's avatar
      serpiva64
      Solution Sage

      are you sure curryshots[outcome] is a number? try with Value(curryshots[outcome])