Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi,
How to show Dataflows Last Refresh Date in Power BI Report?
Thanks,
Lawrance A
Solved! Go to Solution.
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
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.
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
I tired the script but it showing current data time instead of Dataflow last refresh date.
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
Hey @Mariusz
I've just used your script to allow us to pull through the last refresh time of our dataflow - however do you know how to convert and report it in the service as UK time?
I've found this post which looks like it does the above, however the last post states:
This solution works in desktop but does not work when you publish the report to the service. Any ideas on a fix? (I know the Service goes by UTC time)
Thanks
Mark
User | Count |
---|---|
127 | |
72 | |
70 | |
58 | |
53 |
User | Count |
---|---|
192 | |
96 | |
67 | |
64 | |
54 |