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

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -