Forum Discussion
Anonymous
9 years agoNot applicable
ROUND & SUM issue
Hi, That's might sound lame but I have a problem doing a simple sum on some of my datas ! At first I added a new column on my table with the following DAX formula : = CALCULATE (SUM([price])+...
Eric_Zhang
9 years agoMicrosoft Employee
I did another test : I took my first query, and made some modification directly on the query editor, yet it's not the correct value : 51203113,61
![]()
Anonymous
What is the first query and how you did the modification? And what are the data type of price and tax imported in query editor? I doubt the data is not loaded correctly. Try to sort the data by price ascending and copy the data to an excel sheet in query editor. In SSMS select the data of 2015 order by price asc and then copy the data to the same sheet and compare.