Forum Discussion
Display current date and time
- 9 years ago
Create Column instead of measure
[Column] Get Date = NOW()
[Measure] Last Date Refreshed = "Last Refreshed :" & MAX(Table[Get Date]) + (10/24)
+ 8/24 - for beijing, hongkong etc.
+10/24 - for autralia
etc. etc.
note* it will work in PowerBI Service, if you refreshed on your desktop it will give incorrect value since you add 8 hours.
Desktop : now () = local time
Service : now () = UTC time
Create Column instead of measure
[Column] Get Date = NOW()
[Measure] Last Date Refreshed = "Last Refreshed :" & MAX(Table[Get Date]) + (10/24)
+ 8/24 - for beijing, hongkong etc.
+10/24 - for autralia
etc. etc.
note* it will work in PowerBI Service, if you refreshed on your desktop it will give incorrect value since you add 8 hours.
Desktop : now () = local time
Service : now () = UTC time
- Mooihoek8 years agoHelper II
Get Date = NOW() is not known in the latest version of the Power BI client