Skip to content

Commit bc99107

Browse files
committed
Modify wording.
1 parent 0324c48 commit bc99107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

query-languages/dax/dateadd-function-dax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following formula calculates dates that are one year before the dates in the
6161

6262
When selection includes last two days of month, it will use "extension" semantics and will includes day till end of month. For example, when Feb 27 and 28 of 2013 are included and a month is added, it will get March 27 to 31.
6363

64-
This behavior will only happen when last two days of month are included. If only Feb 27 is selected, it will go to March 27.
64+
This behavior only happens when last two days of month are included. If only Feb 27 is selected, it will go to March 27.
6565

6666
```dax
6767
= DATEADD(DateTime[DateKey], 1, month)

0 commit comments

Comments
 (0)