Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7550017
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T10:06:23+00:00 2026-05-30T10:06:23+00:00

I have a basic dashboard which consists of a single grid object displaying 3

  • 0

I have a basic dashboard which consists of a single “grid” object displaying 3 measures across time broken up by a business unit hierarchy…

When filtering on a single item in any of the levels in the business unit hierarchy, everything rolls up correctly…

enter image description here

However, when I filter on more than one item in the same level, the rolled up values are no longer based on visual totals…

enter image description here

In the image above, the values in the “All” row represent values for the entire unfiltered business unit hierarchy. It would be ideal if the grid rolled up as if “VisualTotals” was enabled…regardless of the filter selection. In that case, for the second image above, I would expect the values in the “All” row to look like…

PO E-PO Count = 3531     (497 + 3034)
PO Count =      7923     (2094 + 5829)

I’ve considered using the VisualTotals() MDX function, but I’d prefer not to customize the query because I read somewhere that it reduces the end users’ ability to dill up/down/across.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T10:06:24+00:00Added an answer on May 30, 2026 at 10:06 am

    Turns out this is just how PPS works. I ended up using profiler to capture the MDX being generated in both scenarios and PPS uses a calculated member to aggregate the multi-select (instead of using SUBSELECTs like Excel) so when the ROWS level is pieced together with the HIERARCHIZE function, you get the effect of non-visual totals…

    WITH MEMBER [Business Unit].[Segment Division Plant].[ Aggregation] AS 
    Aggregate
    (
      {
        [Business Unit].[Segment Division Plant].[Plant].&[PAK]&[FLG]&[2520]
       ,[Business Unit].[Segment Division Plant].[Plant].&[PAK]&[FLG]&[2504]
      }
    ) 
    ,SOLVE_ORDER = 0 
    SELECT
    
    ...<snip>...
    
        Hierarchize
        (
          {
            [Business Unit].[Division Plant].[All]
           ,Descendants
            (
              [Business Unit].[Division Plant].[All],
             ,AFTER
            )
          }
        ) ON ROWS
    
    ...<snap>...
    

    If it used a SUBSELECT like Excel the behavior represent VisualTotals and the MDX would look like the following…

      FROM 
      (
        SELECT 
          {
            [Business Unit].[Segment Division Plant].[Plant].&[PAK]&[FLG]&[2504]
           ,[Business Unit].[Segment Division Plant].[Plant].&[PAK]&[FLG]&[2520]
          } ON COLUMNS
       FROM [<cube name>]
      )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a basic form with controls that are databound to an object implementing
I have a basic model in which i have specified some of the fields
I have a basic ActiveRecord model in which i have two fields that i
I have basic html stored in my database, which includes html such as the
I have basic *.xib file, which have NSView. How can I use another nib
I have basic idea on Kilo Virtual Machine on Mobiles , I have clear
Currently, i have basic C++ and PHP skills. But, i want to switch to
I have a basic understanding of mock and fake objects, but I'm not sure
I have a basic CRUD form that uses PageMethods to update the user details,
I have a basic cs-major understanding of multi-threading but have never had to do

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.