Forum Discussion
Last loading date display
- Anonymous7 years ago
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
SourceThis will give you a date and time everytime the report refreshes
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
- Anonymous7 years agoNot applicable
Hi ! Thanks so much Anonymous !
It's working
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 data
Thanks by advance,
Have a nice day !
- Anonymous7 years agoNot 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 ! :smileyvery-happy: