+ Reply to Thread
Results 1 to 3 of 3

CubeValue - Multiple Fields

  1. #1
    Registered User
    Join Date
    04-13-2012
    Location
    Tauranga, New Zealand
    MS-Off Ver
    Excel 2010
    Posts
    15

    CubeValue - Multiple Fields

    Good Afternoon, Can anybody please tell me if it is possible to have multiple fields such as...

    =CubeValue("Connection", "[Measures].[DLV Sales $ TYR]", "[Staff].[6218]", "[Staff].[6318]")

    Or does the two need to be added together such as

    =CubeValue("Connection", "[Measures].[DLV Sales $ TYR]", "[Staff].[6218]") + CubeValue("Connection", "[Measures].[DLV Sales $ TYR]", "[Staff].[6318]")

    The first option does not seem to work for me, but maybe I am doing something wrong, its seems like a lot of work if I want to choose a selection of about twenty salespeople
    (not that I want to, but would like to understand this better)

    Thank you
    Grant McConville

  2. #2
    Registered User
    Join Date
    09-01-2010
    Location
    Memphis, TN
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: CubeValue - Multiple Fields

    Try adding a cubeset formula to your cubevalue.

    =CUBEVALUE("Connection","[Measures].[DLV Sales & TYR]", CUBESET("Connection","{[Staff].&[6218],[Staff].&[6318]}"))

  3. #3
    Registered User
    Join Date
    09-01-2010
    Location
    Memphis, TN
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: CubeValue - Multiple Fields

    You can also insert a slicer for staff and reference the slicer in your cubevalue formula:


    =CUBEVALUE("Connection","[Measures].[DLV Sales & TYR]", slicer_staff)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1