You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reporting-services/report-design/add-a-filter-report-builder-and-ssrs.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: "Add a Filter (Report Builder) | Microsoft Docs"
2
+
title: "Add a filter to a paginated report (Report Builder) | Microsoft Docs"
3
3
description: Find out how to add a filter to a dataset, data region, or group when you want to include or exclude specific values for calculations or display.
Add a filter to a dataset, data region, or group when you want to include or exclude specific values for calculations or display. Filters are applied at run time first on the dataset, and then on the data region, and then on the group, in top-down order for group hierarchies. In a table, matrix, or list, filters for row groups, column groups, and adjacent groups are applied independently. In a chart, filters for category groups and series groups are applied independently.
15
+
# Add a filter to a paginated report (Report Builder)
Add a filter to a dataset, data region, or group when you want to include or exclude specific values for calculations or display. Filters are applied at run time first on the dataset, and then on the data region, and then on the group, in top-down order for group hierarchies. In a table, matrix, or list, filters for row groups, column groups, and adjacent groups are applied independently. In a chart, filters for category groups and series groups are applied independently.
17
20
18
21
To add a filter, you must specify one or more filter equations. A filter equation consists of an expression that identifies the data that you want to filter, an operator, and the value to compare to. The data types of the filtered data and the value must match. Filtering on aggregate values for a dataset or data region is not supported.
[Add Dataset Filters, Data Region Filters, and Group Filters (Report Builder and SSRS)](../../reporting-services/report-design/add-dataset-filters-data-region-filters-and-group-filters.md)
126
129
[Expression Examples (Report Builder and SSRS)](../../reporting-services/report-design/expression-examples-report-builder-and-ssrs.md)
127
130
[Gauges (Report Builder and SSRS)](../../reporting-services/report-design/gauges-report-builder-and-ssrs.md)
0 commit comments