Skip to content

Commit 94631af

Browse files
Merge pull request #34912 from kfollis/patch-1
Update intersect-mdx.md
2 parents ec5045d + 8c862e2 commit 94631af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/mdx/intersect-mdx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Intersect (MDX)"
44
author: kfollis
55
ms.author: kfollis
66
ms.reviewer: kfollis
7-
ms.date: 02/17/2022
7+
ms.date: 08/06/2025
88
ms.service: sql
99
ms.subservice: analysis-services
1010
ms.topic: reference
@@ -35,7 +35,7 @@ Intersect(Set_Expression1 , Set_Expression2 [ , ALL ] )
3535
The optional **ALL** flag retains duplicates. If **ALL** is specified, the **Intersect** function intersects nonduplicated elements as usual, and also intersects each duplicate in the first set that has a matching duplicate in the second set. The two sets specified must have the same dimensionality.
3636

3737
## Example
38-
The following query returns the Years 2003 and 2004, the two members that appear in both the sets specified:
38+
The following query returns the Years 2002 and 2003, the two members that appear in both the sets specified:
3939

4040
```
4141
SELECT

0 commit comments

Comments
 (0)