Average Daily Sales

  • I am working with a cube and have my date hierarchy as Year - Quarter - Month - Day. I need to be able to get Average Daily Charges. For example, for January, I need sales/31 days, however, if we're in May on the 19th, I need the charges/current day number. Thanks.

  • You can use the average function

    with member [measures].[month avg] as

    avg({[Time Dimension].[Hierarchy Name].currentmember.siblings}, [measures].[charges measure])

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply