Mdx query incosistent with cube browser
问题 I have built a multidimensional SSAS cube with some calculations. I have a calculated member in which I use the the parallelperiod function to calculate the previous month value according to the following code : Sum ( (EXISTING [TimeDim Transactions].[Year - Quarter - Month - Date].[date].MEMBERS) ,( ParallelPeriod ( [TimeDim Transactions].[Year - Quarter - Month - Date].[month] ,1 ,[TimeDim Transactions].[Year - Quarter - Month - Date].CurrentMember ) ,[Measures].[Net Amount] ) ) When I run