Forum Discussion
alex20p
1 year agoAdvocate I
Refresh time issue
Do you guys typically add a card that shows the last time the data was refreshed? I had created a seperate table called lastrefreshtime and have a column using this code = DateTime.LocalNow() ...
- 1 year ago
"Last Refresh Time" is largely meaningless. Power BI will happily "refresh" your stale data over and over again.
Better use a date from your fact table, like "Max Order Create Date" to indicate data freshness.
lbendlin
1 year agoSuper User
"Last Refresh Time" is largely meaningless. Power BI will happily "refresh" your stale data over and over again.
Better use a date from your fact table, like "Max Order Create Date" to indicate data freshness.