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
justalam
8 years agoMicrosoft Employee
Ashish_Mathur
8 years agoSuper User
Hi,
That formula should be written as a calculated column formula (not as a measure). If it still does not work, then describe the question, share some data and also show the expected result.