Skip to content

Commit 84bda68

Browse files
committed
Fix more.
1 parent c804c82 commit 84bda68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ The following formula calculates dates that are one year before the dates in the
5959

6060
## Special behavior
6161

62-
When selection includes last two days of month, it will use "extension" semantics and will include days 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.
62+
When the selection includes the last two days of month, DATEADD will use "extension" semantics and will include the days till the end of month. For example, when Feb 27 and 28 of 2013 are included in the selection and a month is added, DATEADD will return March 27 to 31.
6363

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.
64+
This behavior only happens when last two days of month are included in the selection. 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)