Forum Discussion
Anonymous
5 years agoNot applicable
Refresh Interval In report
Hi, I've created the refresh time on my report like below: I also want to show the next refresh time with +1 hr. Is there a way to show that as well. Regards, Himanshu
- 5 years ago
Anonymous ,
In power query new column
[Last refresh time] + duration(0,1,0,0)
in DAX
[Last refresh time] +time(1,0,0)
amitchandak
5 years agoSuper User
Anonymous ,
In power query new column
[Last refresh time] + duration(0,1,0,0)
in DAX
[Last refresh time] +time(1,0,0)