Forum Discussion
Sum computed incorrectly
Hi Anonymous,
Can you provide some data as sample, also show us your table structure ?
Ricardo
Hi Anonymous, ricardocamargos,
Thank you for your responses.
I am simply adding a column to the table, no measures involved.
Please refer to the attachment. Observe that when I click on "SUM" instead of "Don't Summarize", the values change too.
- ricardocamargos8 years agoContinued Contributor
Anonymous,
Can you provide you table structure ?
Also, are you creating a calculated column ? If yes, show us the code.
Ricardo
- Anonymous8 years agoNot applicable
This is not a calculated column.
Could this be due to the size of the table? When I reduced the size of the table to a couple of rows, instead of 1M rows, it calculates the Sum correctly.
- Ashish_Mathur8 years agoSuper User
Hi,
This has nothing to do with size. Just create a meaure as follows:
=SUM(Data[Cost])
Hope this helps.