Forum Discussion
Last Refresh Date in PowerBi
Hi, I have a Dataflow in Power BI Service.
I have added a new column to my dataflow which is
DateTime.LocalNow() as a DateTime type.
The aim is that whenever a refresh happens, this datetime changes.
However, when it refreshes, the time is 1 hour behind..
When i connect to my powerbi report, its also showing one hour behind
So i customised the column to :
- Anonymous2 years ago
PPStar You can use some simple API calls like what I have done in the attached .pbix. Remember though, the visualizations will still need to be refreshed aven after the dataflow and report refreshes.
8 Replies
- AnonymousNot applicable
PPStar So you're bringing in the MIN or MAX date from your dataflow into a card visualization? Are there unique dates in that column? What is your time in UTC? When you note that the column needs to consider time changes, are you referring to DST?