I was trying to get a tuple based on memberset and a measure.
tuple(memberset(Products),Sales))
gives error.
tuple(currentMember,currentMeasure) also gives an error.
I have 2 dimensions (nested) in rows, 1 dimension in column and multiple measures as the nested column.
Thanks in advance!
Can you explain what you are trying to achieve? A tuple is the intersection of members/measures, and can not be defined on a set.
Regards,
MF.