Looking to list Dimension Names of a Cube and their attributes. Thanks for any help.
Something like this gives me the values of an attribute, but I'm looking for the actual attribute and dimension names.
WITH MEMBER nameVal
AS [CUSTOMER].[PRIVATE PRACTICE].currentMember.Name
SELECT {nameVal} ON COLUMNS,
([CUSTOMER].[PRIVATE PRACTICE].Children) ON ROWS
FROM [Sales Cube]