Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
I have a table for the time and date when my report is last refreshed. However the Lastrefreshed is shown in US data format and I need dd/mm/yyyy
Codes are as below:
Get Date = NOW() LastRefreshed = "Last Refreshed :" & MAX(DateTime[Get Date]) + (0/24)
Solved! Go to Solution.
@tomgag,
Change your measure to the following:
LastRefreshed = "Last Refreshed :" & FORMAT((MAX(DateTime[Get Date]) + (0/24)),"dd/mm/yyyy hh:mm:ss")
Regards,
Lydia
@tomgag,
Change your measure to the following:
LastRefreshed = "Last Refreshed :" & FORMAT((MAX(DateTime[Get Date]) + (0/24)),"dd/mm/yyyy hh:mm:ss")
Regards,
Lydia
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 30 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 70 | |
| 58 | |
| 38 | |
| 22 | |
| 21 |