Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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

  • Anonymous ,

    In power query new column

    [Last refresh time] + duration(0,1,0,0)

     

    in DAX

    [Last refresh time] +time(1,0,0)