Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in BI by (17.6k points)

Is it possible to add a card in power BI that shows the last time the underneath dataset has been updated?

Many thanks!

closed

1 Answer

0 votes
by (47.2k points)
selected by
 
Best answer
  • Create a blank query and use the following M query to create a single-cell table:

let

    Source = #table(type table[Last Refresh=datetime], {{DateTime.LocalNow()}})

in

    Source

  • Use the Card visual and drag in the column to show it. You can rename the field to remove the default aggregation.  
  • Value gets recalculated each time the data is refreshed.

If you are preparing for the Power BI certification exam, then take up this Power BI Course online by Intellipaat that offers instructor-led training, hands-on projects, and certification. 

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...