Forum Discussion
Anonymous
7 years agoNot applicable
Dataflows Last Refresh Date?
Hi, How to show Dataflows Last Refresh Date in Power BI Report? Thanks, Lawrance A
- 7 years ago
Hi Anonymous,
Sorry, I should have been clearer.
You need to add the code to yor dataflow, so when the dataflows is refreshed it will give you the execution time.
Hope this helps
Mariusz
Mariusz
7 years agoCommunity Champion
HI Anonymous
Add this is M script that I use
let
Source = #table(type table [#"dataflow last refresh"=datetime], {{DateTime.LocalNow()}})
in
Source Hope this helps
Mariusz
- Anonymous7 years agoNot applicable
I tired the script but it showing current data time instead of Dataflow last refresh date.
Thanks,
Lawrance A
- Mariusz7 years agoCommunity Champion
Hi Anonymous,
Sorry, I should have been clearer.
You need to add the code to yor dataflow, so when the dataflows is refreshed it will give you the execution time.
Hope this helps
Mariusz- Anonymous7 years agoNot applicableGot it, thanks.
Thanks,
Lawrance A