Hello,
I am trying to count distinct customers(Cust_cd) in my cube. I created calculated measure
DistinctCount([Customers].[Cust_cd].members)
which is able to display accurate count when used with other dimensions eg. product Heirarchy from Products dimension but when used with Customers Dimension it is showing the same count.
Thanks for help.