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>