Welcome to PerformancePoint Insider Sign in | Join | Help
How to create use Dynamic Row Members with Page Filters

When the Microsoft PerformancePoint Scorecard group released Update Rollup 3, you will have the ability to have dynamic row members using an MDX Expression.   You can also use a Page Filter and allow the end user to slice the Row Members and filter them out.   Using the following MDX Expression, you can do same!

<$[Personnel].[Hierarcy]$> is the value you need to notice, that format has a matching Page Filter.  So when the end-user slices the Page Filter, the Personnel members will be shown where the Measure is not Null.   That will show only row members where they have values.

Email me with questions


Patrick

Posted: Friday, August 25, 2006 7:25 AM by Patrick Husting

Comments

FinallyInSeattle said:

I'm attempting to create an MDX expression that will cause a scorecard to display the last 4 quarters of information.  I was able to show the data that I was after by using the following MDX expression:

{Tail([Time].[The Year - The Quarter - The Month].[the_quarter].members,4)}

The scorecard displays with "Q2 Q3 Q4, Q1" as column headers.  I don't suppose there is any way to get

the year to appear above it in the same fashion as when you explicitly select the elements to display and can then specify the dimension levels to display?

Thanks in advance!

# February 9, 2007 2:39 PM

cdesouza said:

Hi FinallyInSeattle, did you figure out how to display 2 levels of column headings. I need to do exactly the same thing?

Rgds,

Chris

# May 1, 2007 10:13 PM
Anonymous comments are disabled