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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Summing over time

Status
Not open for further replies.

disgustipated

Programmer
Joined
Jul 27, 2003
Messages
3
Location
AU
Hi all,

Wondering if someone can throw me a quick tip re: Analysis Server.

I have a Dimension called {Periods].

Its heirarcy is:-

[Year]
--> [Month]
--> [Week]


What I want to do is sum a calculated measure for the entire year, regardless of what level the user is at, but I can't for the life of me seem to do this.

So no matter what level the user is at, I want the cube to show the total for the Year Dimension that is currently being drilled down on?

is it possible?

I tried doing a sum and using the descendants formula, but it still seemed to change regardless...

Any tips appreciated,

Regards,

Scott

 
Scott,

Have you tried: [Year].Currentmember: this will always return the current year.

Shab
 
Scott,

Look at the Ancestor function.

Ancestor([Periods].CurrentMember,[Periods].[Year])

Justin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top