Symptoms
Assume that you execute a Multidimensional Expressions (MDX) query on a calculated measure in Microsoft SQL Server 2012 Analysis Services (SSAS 2012) or SQL Server 2014 Analysis Services (SSAS 2014), the sub-total of the calculated measure is incorrect (non-filtered) even though the value is filtered.
Resolution
The issue was first fixed in the following cumulative update of SQL Server.
Cumulative Update 3 for SQL Server 2014 /en-us/help/2984923
Cumulative Update 1 for SQL Server 2012 SP2 /en-us/help/2976982
Cumulative Update 10 for SQL Server 2012 SP1 /en-us/help/2954099
Each new cumulative update for SQL Server contains all the hotfixes and all the security fixes that were included with the previous cumulative update. Check out the latest cumulative updates for SQL Server:
Workaround
To work around this issue, clear the cube cache in order to temporarily eliminate the problem.
If clearing the cache does not resolve the problem, change the SubSelectCaching entry in msmdsrv.ini from 1 to 0 by the following code:<EnableSubSelectCaching>0</EnableSubSelectCaching>
Status
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.