Forum Discussion
Measure = single value cannot be determined
- 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
Hi
I am new to Power Bi and hope someone can help
I have two tables with stock qty's from two different warehouses which I would like to match if they don't match
I would like to subtract UAE Qty from AU Qty from each warehouse and see the outcome for each separate line in new column comment which I have created.
Image below showing my issue
Hope someone can give me some help as I am a bit confused with error message
Thanks