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
Ashish_Mathur
8 years agoSuper User
Hi,
Try this
1 star Count = if(Query1[QID:1109-QoS5pt]=1,1,0)
justalam
8 years agoMicrosoft Employee
I added that as a column and it worked, Thanks :)