Forum Discussion

phyten's avatar
phyten
Helper I
9 years ago
Solved

Visual element with timestamp for last data update

I have a connection to salesforce objects. How do I get a new visual element within my report which shows me the timestamp of the last data update. 

something like this. 

 

I don't get the information from the requests data. Is there a way to get this information from powerbi itself.

3 Replies

    • Pooja_Pandya's avatar
      Pooja_Pandya
      Helper I

      The mentioned link is not working. could you please share the solution here??

  • austinsense's avatar
    austinsense
    Impactful Individual

    I don't think there's a way to grab the last refresh date, but you can grab the most recent date from one of your data tables and display that ...

     

    MAXDATE = CALCULATE(MAX(Transactions[Date]), ALL(Transactions))

    Not perfect but it works really well in showing users how up-to-date the data is