This recipe demonstrates how to create a last-refreshed timestamp for your reports.
Creating a last-refreshed timestamp
Getting ready
Open Power BI Desktop and you are all set!
How to do it...
To implement this recipe, do the following:
- Use an Enter Data query to create a table called R11_Table with the following information:
![](https://static.packt-cdn.com/products/9781839217074/graphics/assets/40e064a0-bcdf-4b13-82bc-34d8647e8ca0.png)
- Create a column in the R11_Table table using the following formula:
Last Refreshed = UTCNOW() + 'R11_Table'[UTC Offset] / 24
- Create a Card visualization and place the Last Refreshed column into the Fields field for this visualization...