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
Anonymous ,
In power query new column
[Last refresh time] + duration(0,1,0,0)
in DAX
[Last refresh time] +time(1,0,0)
1 Reply
- amitchandak
Super User
Anonymous ,
In power query new column
[Last refresh time] + duration(0,1,0,0)
in DAX
[Last refresh time] +time(1,0,0)