Forum Discussion
justdoitabhishe
4 years agoNew Member
geeting error
Please need help to slove this. ASAP
thanks for correcting me it was a text not a number.
4 Replies
- serpiva64Solution Sage
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]?
- justdoitabhisheNew MemberTotal FG Attempted = DISTINCTCOUNT(CurryShots[Shot ID])Total FG Made = calculate([total fg attempted], curryshots[outcome] = 1)
- serpiva64Solution Sage
are you sure curryshots[outcome] is a number? try with Value(curryshots[outcome])
- justdoitabhisheNew Member
thanks for correcting me it was a text not a number.