Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Custom Member Grouping in Analysis Services Dimension

Status
Not open for further replies.

bnicosia

Technical User
Apr 24, 2005
1
US
I am fairly new to Analysis Services, and I am trying to generate a cube with several dimensions. One of the dimensions I would like to group the results of one level in bins (values from 0-10, 10-20, 20-30, etc...) that are fixed. I understand how to set the Grouping property on a member to automatic to have it create an automatic set of groupings, but how do a specify a set list of groupings.

There must be something I'm missing. Please let me know if you have any thoughts. Thanks in advance,

Brian
 
One way to do this would be to add a column to your dimension table that specifies the bin that each member belongs to. Then use a parent-child dimension to create your dimension, with the parent being the bin column.

BK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top