Is there a way, MDX, to count the number of tuples in a set that have a given member.For example{ (a1, b1) , (a1, b2) , (a1, b3) , (a2, b1) }such that given member a1 would yield a count of 3 (the first three tuples in the set)
↧