Hey guys,
got a strange problem happening and wondering if anyone can help me..
I have added a calculated member which calculates an amount from a percentage of sales. Only certain customers get this rebate..
([Measures].[Sales Amount] / 100) * [Measures].[DMF Percentage]
When i run the report., the calculation works, but the grand total does not add up at all.. See Below: (sorry for the long post)
The total it is showing is $2,888,196.60, where if i add up all the individial ones, the total is $60,393.99
Can anyone help me with this problem?
Thanks
Scotty
Hey Deepak,
Thanks for the explantion.
the dmf percantage is just a regular cube measure from a different measure group (DMF)
I would be thankful if you could explain how to create a new cube measure using a measure expression..
thanks a lot,,
Scotty
|||Create a named calculation on the [Sales Amount] fact table like [DMF Value]: [Sales Amount] / 100. Then add a new "sum" measure: [DMF Value] on this named calculation field, defining its Measure Expression as: [Measures].[DMF Value] * [Measures].[DMF Percentage].
|||Deepak,
thanks for the hand.. You are all over SSAS obviously an expert with it.. I am having one more problem that i posted last week and no one has been able to help. Would you mind looking at the post below and see if you have any idea?
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1175605&SiteID=1
Much appriciated.
Thanks
Scotty