Defining Custom Filters to a MDX Query

You can specify a custom filter to qualify valid MDX member selections on the Filters tab in Source Options. Custom filters enable you to select members not available on the Member Selection page.

To add a custom filter to a MDX Query:

  1. From the Data Integration home page, click Image shows Select icon. to the right of an integration, and then select Options.

  2. Click the Filter tab.

  3. Select the dimension to which to apply the custom filter.

  4. In Filter Condition, use MDX syntax to define the custom filter by enclosing members with braces ({ and }) characters and then click Save.

    The syntax for the custom filters is: "#Custom{<Valid MDX Member Selection Function>}".

    The following example shows custom filters applied to the "Account," "Currency," and "Entity" dimensions:

    Image shows the Filters page.

    In Process Details, you can view the details of the custom filters applied to the MDX query:

    Image shows the Process Details job.