Skip to main content
A newer version of this page is available. .

Filtering

The Dashboard Designer allows you to apply filtering to data of the Excel Data Source.

Apply Filtering

To apply filtering to a data source, click the Filter button in the Data Source Ribbon tab.

DataSourceFiltering_FilterButton_Ribbon

This invokes the Filter Editor dialog that allows you to build filter criteria:

DataSourceFiltering_FilterEditor

Tip

Documentation: Filter Editor

To clear the data source filter, use the Clear Filter button in the Data Source Ribbon tab.

To specify the filter criteria in code, use the DashboardExcelDataSource.Filter property. To learn how to build filter criteria, see the Expression Constants, Operators, and Functions topic.

Pass Parameter Values

You can use the Filter Editor to filter a data source according to the current parameter value. See the Pass Parameter Values topic for details.

How to: Pass a Dashboard Parameter to a Filter String in Code