Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

Consider the following scenario:

  • You have a role in a cube in Microsoft SQL Server 2012 Analysis Services (SSAS 2012).

  • Calculated measures are defined in the calculated measure script and relate to a measures group.

  • The MeasureGroupMeasures function is in a scope in order to affect only the real measures of the measures group.

  • The role denies all the real measures of the measures group.

  • You use a user account that belongs to the role to browse the cube.


In this scenario, the scope is not correctly applied to the calculated measures.

Cause

The issue occurs because the calculated measures that the MeasureGroupMeasures function returns are unexpected. The expected result is that the function returns an empty set because all real measures are denied by the role. However, the function returns a set of calculated measures.

Resolution

Cumulative update information

Cumulative update 2 for SQL Server 2012 Service Pack 1 (SP1)



The fix for this issue was first released in Cumulative Update 2. For more information about how to obtain this cumulative update package for SQL Server 2012 Service Pack 1, click the following article number to view the article in the Microsoft Knowledge Base:

2790947 Cumulative update package 2 for SQL Server 2012 Service Pack 1Note Because the builds are cumulative, each new fix release contains all the hotfixes and all the security fixes that were included with the previous SQL Server 2012 Service Pack 1 fix release. We recommend that you consider applying the most recent fix release that contains this hotfix. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

2772858 The SQL Server 2012 builds that were released after SQL Server 2012 Service Pack 1 was released

Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.


Workaround

To work around the issue, add a dummy regular measure in the measures group that the role cannot deny.

Note This measure is displayed to other users. However, after you add the dummy regular measure, the MeasureGroupMeasures function returns only the dummy regular measure.

More Information

For information about how to define calculated members, go to the following MSDN website:

How to define calculated members

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×