I have Customer dimension that includes a ParentID attribute. The fact table includes a measure for the distinct count of Customer Ids. Is it possible to create a measure that displays a distinct count of the Parent Ids? Should I just
include ParentID in the fact table? Or would it be better to somehow create the calculated measure by joining to the dimension?
John Schroeder