Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
tomgag
Resolver I
Resolver I

DateTime format in Measure

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)

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@tomgag,

Change your measure to the following:

LastRefreshed = "Last Refreshed :" & FORMAT((MAX(DateTime[Get Date]) + (0/24)),"dd/mm/yyyy hh:mm:ss")

1.PNG

Regards,
Lydia

View solution in original post

1 REPLY 1
Anonymous
Not applicable

@tomgag,

Change your measure to the following:

LastRefreshed = "Last Refreshed :" & FORMAT((MAX(DateTime[Get Date]) + (0/24)),"dd/mm/yyyy hh:mm:ss")

1.PNG

Regards,
Lydia

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.