Skip to Content
0
Former Member
Jan 10, 2012 at 07:25 PM

Disctinct count supported in MDX?

55 Views

I would like to know whether Distinct count supported in MDX statements.

I tried below MDX statement. But it just perform Count() function.

<EXPRESSION>COUNT(DISTINCT([0MATERIAL].[LEVEL01].MEMBERS),ExcludeEmpty)</EXPRESSION>