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.
Solved! Go to Solution.
Within Power BI Desktop, you can add another Power Query dataset to display the current date each time we refresh the report. For more details, please see: Display Last Refreshed Date in Power BI.
Regards,
Within Power BI Desktop, you can add another Power Query dataset to display the current date each time we refresh the report. For more details, please see: Display Last Refreshed Date in Power BI.
Regards,
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
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
209 | |
49 | |
45 | |
44 | |
39 |
User | Count |
---|---|
262 | |
211 | |
103 | |
78 | |
67 |