You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: query-languages/dax/today-function-dax.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@ A date (`datetime`).
21
21
22
22
## Remarks
23
23
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.
25
25
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.
27
27
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.
0 commit comments