Forum Discussion

AliceW's avatar
AliceW
Icon for Power Participant rankPower Participant
7 years ago
Solved

How to include the 'Latest Refresh' date and time in a report?

Hi folks,   Can anybody advise on this, please?   I've seen a thread using this formula: = DateTime.Time(DateTime.LocalNow()) & DateTime.Date(DateTime.LocalNow())   but for the life of me I can...
  • Stachu's avatar
    Stachu
    7 years ago

    In the main PowerBI window, in the Home ribbon:

    Get Data => Blank Query

     

    A new window should open (Query Editor), within that window go to the Home ribbon then Advanced Editor

    A new window will open with the code like this

    let
        Source = ""
    in
        Source

    replace it with the one I posted before, click Done, then Close & Apply