Forum Discussion
Anonymous
7 years agoNot 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 para...
- 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
Anonymous
7 years agoNot 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