title | description | author | ms.author | ms.reviewer | ms.date | ms.service | ms.subservice | ms.topic | ms.custom |
---|---|---|---|---|---|---|---|---|---|
Count (Dimension) (MDX) |
Count (Dimension) (MDX) |
kfollis |
kfollis |
kfollis |
02/17/2022 |
sql |
analysis-services |
reference |
mdx |
Returns the number of hierarchies in a cube.
Dimensions.Count
Returns the number of hierarchies in a cube, including the [Measures].[Measures]
hierarchy.
The following example returns the number of hierarchies in the Adventure Works cube.
WITH MEMBER measures.X AS
dimensions.count
SELECT Measures.X ON 0
FROM [Adventure Works]
Count (Tuple) (MDX)
Count (Hierarchy Levels) (MDX)
Count (Set) (MDX)
MDX Function Reference (MDX)