Forum Discussion
Dataflows Last Refresh Date?
Hi,
How to show Dataflows Last Refresh Date in Power BI Report?
Thanks,
Lawrance A
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
7 Replies
- MariuszCommunity Champion
HI Anonymous
Add this is M script that I uselet Source = #table(type table [#"dataflow last refresh"=datetime], {{DateTime.LocalNow()}}) in SourceHope this helps
Mariusz- AnonymousNot applicable
I tired the script but it showing current data time instead of Dataflow last refresh date.
Thanks,
Lawrance A
- MariuszCommunity 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
- Gregory_FeltonHelper I
You can also follow the steps in this video to get that last refresh date of a dataflow: https://youtu.be/Qe7exs9i_ww
They just added this api.