Skip to content

Commit f7386f5

Browse files
Merge pull request #1001 from kgremban/jan21-uuf-today
UUF - today-function-dax
2 parents 30276ca + c0ed229 commit f7386f5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ A date (`datetime`).
2121

2222
## Remarks
2323

24-
- The TODAY function is useful when you need to have the current date displayed on a worksheet, regardless of when you open the workbook. It is also useful for calculating intervals.
24+
- The TODAY function is useful when you need to have the current date displayed in a report, regardless of when you open it. It is also useful for calculating intervals.
2525

26-
- If the TODAY function does not update the date when you expect it to, you might need to change the settings that control when the column or workbook is refreshed..
26+
- If the TODAY function does not update the date when you expect it to, you might need to change the settings that control when the report or semantic model is refreshed.
2727

28-
- The NOW function is similar but returns the exact time, whereas TODAY returns the time value 12:00:00 PM for all dates.
28+
- The NOW function is similar but returns the exact time, whereas TODAY returns the time value 12:00:00 AM (midnight) for all dates.
2929

3030
## Example
3131

0 commit comments

Comments
 (0)