ssas - Performancepoint cascading filter connection formula in MDX -
i have dimension hierarchy - b , time dimension.
i have made 3 different filters dimension in performancepoint 2010, use cascading filters.
cascading works fine, dimension members valid depending on time dimension , cascading filters give many "empty" members.
ie. jan 2010 b1,b2 , b3 show measures, others members (b4,b5..) show empty.
how can connect time dimension cascading filters show valid members @ current time?
i got using nonemptycrossjoin - mdx function.
this function returns set contains cross product of 1 or more sets, excluding empty tuples , tuples without associated fact table data.
Comments
Post a Comment