sql server - SSAS Hierarchy with empty lower levels not working properly -


we have hierarchy has 5 levels. however, 3 of them being used , bottom 2 empty. result not displaying correctly when used in cube.

here's example. hierarchy has 3 levels populated

- region --- west ----- ca ----- wa --- east ----- ny ----- fl 

i setup hierarchy in dimension allow 5 levels (the attribute relationships set properly).

enter image description here

but, because lower 2 levels (e.g. level 4 , level 5), don't have data in them, resulting data set looking though states (in example) have data:

- region --- west ----- ca 


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -