Created
June 4, 2019 22:03
-
-
Save agrohe21/017498fc43ba5d7704febfe8346a395c to your computer and use it in GitHub Desktop.
MDX Reference Data Prompt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* This allows you to have first column with the display value and second for parameter query substitution. */ | |
WITH MEMBER [Measures].[Unique Name] AS [Order Status].[Type].CurrentMember.Properties("MEMBER_UNIQUE_NAME") | |
select | |
{Measures.[Unique Name]} on columns, | |
[Order Status].members on rows | |
from [SteelWheelsSales] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment