Hi All,
I am trying to add the line amount for each sales order line as a measure in the sales cube and am running into a problem.
The SalesLine.LineAmount field was added to the SalesLineExpanded query and view, which placed it in the sales cube perspective, where I updated the visual studio project and deployed the modified sales cube.
I can now see the sales line amount measure in the cube and I can use it in pivot tables, the only problem is that the data does not seem to match up with what is in the SQL server database. What I mean by this is that the net amount showing up in excel (or when I query the sales cube is SSMS) is different than when I run the following query in sql.
Select
Sum(lineamount)
From
dbo.salesline
The amount I see in the cube is quite a bit lower.
Does anyone have any idea why that might be?
Thanks,
Phil
*This post is locked for comments
I have the same question (0)