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
rhemanth
7 years agoNew Member
I'm calculating measure sales/sum(sales) in DAX and getting the 'single value cannot be determined' error.
Sales % of Total = CALCULATE(DIVIDE('table_name'[Sales],SUM('table_name'[Sales]))
Can anyone help me out in solving this?
Thanks
- Ashish_Mathur7 years agoSuper User
Hi,
Your question is not clear. Describe your data, show a sample and share the expected result.
- rhemanth7 years agoNew MemberWe have sales column where I want to calculate percentage of sales with the total sales.
So calculation goes like this: sales/total(sales) * 100- Ashish_Mathur7 years agoSuper User
Hi,
The solution will depend upon what you drag to the row labels section of your visual.