Thanks for responding, but what I am looking for is the ability to create a
dimension or something that acts like a dimension with Excel that would have
non-hierarchial members of Today, Yesterday, ... that could be used to
restrict the data similar to selecting a specific quarter in the normal Time
Dimension.
-- Gary
"Alex" <alex_priv (AT) interia (DOT) pl> wrote
Quote:
Hi
you can create new data dimension
example for previous year
DatePart(year,"dbo"."Data"."Data"-365)
or for month
DatePart(month,"dbo"."Data"."Data"-365) |