MDX to attributes
Posted: Mon Aug 01, 2011 10:13 am
Hi,
I have 2 dimensions: DimA and DimB,
one attribute of DimB, DimB_Attr has values of elements in DimA.
Is it possible to create a dynamic subset which takes elements of DimA informed in DimB_Attr?
Something like
{ FILTER( { TM1FILTERBYLEVEL( { TM1SUBSETALL( [ DimA] ) }, 0 ) },
[ DimB].[DimB_Attr] = [DimA].CurrentMember
)}
regards
I have 2 dimensions: DimA and DimB,
one attribute of DimB, DimB_Attr has values of elements in DimA.
Is it possible to create a dynamic subset which takes elements of DimA informed in DimB_Attr?
Something like
{ FILTER( { TM1FILTERBYLEVEL( { TM1SUBSETALL( [ DimA] ) }, 0 ) },
[ DimB].[DimB_Attr] = [DimA].CurrentMember
)}
regards