Creating a custom MDX filter
- Create a filter
 - In the Filter By column, select .
 - Specify an MDX statement.
 
Example
This example filters the Product dimension so that only its base
            elements are displayed.
            
 
	     isLeaf([Product].CurrentMember)