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, Ashish
My tables looks like it. There is two table like it. One of table OCR table and the other is got by system. I have to compare them.
Ashish_Mathur
4 years agoSuper User
Share both tables and show the expected result.