Forum Discussion
Anonymous
9 years agoNot applicable
Measure = single value cannot be determined
Hello, any idea why in single row with one number this issue constantly appear? See picture
- 9 years ago
Hi There,
You should understand the difference between the Measure and Calculated Column. The Calculation you are trying to achieve is more suitable for calculated column and that's why showing an error for the measure calculation.
For measure, You should try SUMX.
measure:=SUMX(list,list[TURNOVER]*5)
Thanks & Regards,
Bhavesh
Anonymous
4 years agoNot applicable
Hi, I'm also experiencing the same error:
IF(CONTAINSSTRING( [Manager], Employee[Name] ), true, false)
Anyone has any idea? Many thanks before!
- Ashish_Mathur4 years agoSuper User
Hi,
Share some data, describe the question and show the expected result.