Last Refresh Date in Power BI

  1. Add a new table to capture the last refresh date.
    • Go to Home>Transform Data>Advanced Editor.
    • Click on New Source>Blank Query and paste the following:
let
Source = #table ({"LastRefreshDate"},{{DateTime.LocalNow()}})
in
Source