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...