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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Last loading date display

Hi everyone, 

 

My report is almost complete but I still have a question : 

I would like to display the date of recording (from my database (Oracle), once a month). 

Is it possible to make a parameter or something ? 

And the same for the loading of my Excel files, I tried but I can't do it. 

 

If someone could give me some ideas ? 

 

Thanks by advance, 

 

Have a nice day !!

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

go to Get data --> Blank Query

Goto Advanced Editor

 

Delete everything in there and replace it with this:

 

let
Source = #table(type table[LastRefresh=datetime], {{DateTime.LocalNow()}})
in
Source

 

 

 

This will give you a date and time everytime the report refreshes

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

go to Get data --> Blank Query

Goto Advanced Editor

 

Delete everything in there and replace it with this:

 

let
Source = #table(type table[LastRefresh=datetime], {{DateTime.LocalNow()}})
in
Source

 

 

 

This will give you a date and time everytime the report refreshes

Anonymous
Not applicable

Hi ! Thanks so much @Anonymous !

 

It's working 

Capture.PNG

but I don't know how to put it on my report 

it's blank even if i've got the right information in my dataCapture.PNG

Thanks by advance,

 

 

Have a nice day !

Anonymous
Not applicable

Ok, I just find the solution, I created a new measure 

LastRefreshDate = FORMAT(LASTDATE('Refresh'[LastRefresh]); "dd mmmm yyyy, hh:mm:ss")
and it's working ! Smiley Very Happy
 
 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.