How do you use Distinct Count on a text field? So far I have tried Calculated Members and even changing the Source Column of the Measure to Distinct "..." which makes the cube Processing fail.
I would really like to stay away from modifying the base tables because that would affect...
First, what type of data is in the dimension?
You might want to look at changing the source column using the Left(x,x) statement. This works for something I had to do Left("dbo"."Claim"."ClaimNumber",2). You then add the same field as another level to the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.