Skip to content

Commit 2e72e0f

Browse files
committed
ms rpt design pbi rb
1 parent 3201faa commit 2e72e0f

12 files changed

Lines changed: 33 additions & 28 deletions

docs/includes/ssrb-applies-to-power-bi-rb-yes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
ms.author: maggies
1010
ms.custom: include file
1111
---
12-
✔️ Power BI Report Builder
12+
✔️ Power BI Report Builder

docs/includes/ssrb-applies-to-ssdt-yes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
ms.author: maggies
1010
ms.custom: include file
1111
---
12-
✔️ Report Designer in SQL Server Data Tools
12+
✔️ Report Designer in SQL Server Data Tools

docs/includes/ssrs-appliesto-2017-and-later-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
---
1212

1313

14-
✔️ SQL Server Reporting Services Enterprise Edition (2017 and later)
14+
✔️ SQL Server Reporting Services Enterprise Edition (2017 and later)

docs/includes/ssrs-appliesto-2017-and-later.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
---
1212

1313

14-
✔️ SQL Server Reporting Services (2017 and later)
14+
✔️ SQL Server Reporting Services (2017 and later)

docs/includes/ssrs-appliesto-2017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
---
1212

1313

14-
✔️ SQL Server Reporting Services (2017)
14+
✔️ SQL Server Reporting Services (2017)

docs/includes/ssrs-appliesto-2019-and-later.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
---
1212

1313

14-
✔️ SQL Server Reporting Services (2019 and later)
14+
✔️ SQL Server Reporting Services (2019 and later)

docs/includes/ssrs-appliesto-pbi-rb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
ms.custom: include file
1212
---
1313

14-
✔️ Power BI Report Builder
14+
✔️ Power BI Report Builder

docs/includes/ssrs-appliesto-pbirs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
ms.custom: include file
1111
---
1212

13-
✔️ Power BI Report Server
13+
✔️ Power BI Report Server

docs/includes/ssrs-appliesto-ssrs-rb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
ms.custom: include file
1010
---
1111

12-
✔️ Microsoft Report Builder (SSRS)
12+
✔️ Microsoft Report Builder (SSRS)

docs/reporting-services/report-design/add-a-filter-report-builder-and-ssrs.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Add a Filter (Report Builder) | Microsoft Docs"
2+
title: "Add a filter to a paginated report (Report Builder) | Microsoft Docs"
33
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.
4-
ms.date: 03/07/2017
4+
ms.date: 08/27/2021
55
ms.prod: reporting-services
66
ms.prod_service: "reporting-services-native"
77
ms.technology: report-design
@@ -12,8 +12,11 @@ ms.assetid: 10ae54e7-0e8a-4dff-995d-05516c51d076
1212
author: maggiesMSFT
1313
ms.author: maggies
1414
---
15-
# Add a Filter (Report Builder and SSRS)
16-
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)
16+
17+
[!INCLUDE[ssrs-appliesto](../../includes/ssrs-appliesto.md)] [!INCLUDE [ssrs-appliesto-ssrs-rb](../../includes/ssrs-appliesto-ssrs-rb.md)] [!INCLUDE [ssrs-appliesto-pbi-rb](../../includes/ssrs-appliesto-pbi-rb.md)] [!INCLUDE [ssrb-applies-to-ssdt-yes](../../includes/ssrb-applies-to-ssdt-yes.md)]
18+
19+
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.
1720

1821
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.
1922

@@ -24,7 +27,7 @@ ms.author: maggies
2427
> [!NOTE]
2528
> [!INCLUDE[ssRBRDDup](../../includes/ssrbrddup-md.md)]
2629
27-
### To set a filter on a data region
30+
## Set a filter on a data region
2831

2932
1. Open a report in **Design** view.
3033

@@ -49,7 +52,7 @@ ms.author: maggies
4952

5053
9. [!INCLUDE[clickOK](../../includes/clickok-md.md)]
5154

52-
### To set a filter on a Tablix row or column group
55+
## Set a filter on a Tablix row or column group
5356

5457
1. Open a report in **Design** view.
5558

@@ -73,7 +76,7 @@ ms.author: maggies
7376

7477
10. [!INCLUDE[clickOK](../../includes/clickok-md.md)]
7578

76-
### To set a filter on a Chart category group
79+
## Set a filter on a Chart category group
7780

7881
1. Open a report in **Design** view.
7982

@@ -97,7 +100,7 @@ ms.author: maggies
97100

98101
10. [!INCLUDE[clickOK](../../includes/clickok-md.md)]
99102

100-
### To set a filter on a Chart series group
103+
## Set a filter on a Chart series group
101104

102105
1. Open a report in **Design** view.
103106

@@ -121,7 +124,7 @@ ms.author: maggies
121124

122125
10. [!INCLUDE[clickOK](../../includes/clickok-md.md)]
123126

124-
## See Also
127+
## See also
125128
[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)
126129
[Expression Examples (Report Builder and SSRS)](../../reporting-services/report-design/expression-examples-report-builder-and-ssrs.md)
127130
[Gauges (Report Builder and SSRS)](../../reporting-services/report-design/gauges-report-builder-and-ssrs.md)

0 commit comments

Comments
 (0)