Skip to content

Commit c0ed229

Browse files
committed
UUF - today-function-dax
1 parent f55296c commit c0ed229

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
@@ -20,11 +20,11 @@ A date (`datetime`).
2020

2121
## Remarks
2222

23-
- 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.
23+
- 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.
2424

25-
- 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..
25+
- 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.
2626

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

2929
## Example
3030

0 commit comments

Comments
 (0)