Is there a way to get the total of a LY calculated measure using MDX? Sorry if I am asking a dumb question as I am new to MDX and learning on the go in my projects.
I need this grand total value to compare this to YTD value and set the rate based on that.
| |||||||||||||||||||||||||||||
In the example above, I need to compare 90,414 with Pounds YTD for each month to calculate rate column in a calculated measure for my cube. If 90,414 > 31,472 for Jan then rate is 0.14 and so on... | |||||||||||||||||||||||||||||
Best Regards, Uma