Forum Discussion
BeemsC
8 years agoResolver III
Last refresh time problem
Hey all,
I've seen posts about this, but couldn't find the appropiate solution for this.
I have a card which shows my last refresh date, i did it doing the following:
'' Last refresh column = NOW() ''
Then i use this measure in the card:
'' Last refresh date = MAX('tbl_sales'[Last refresh column]) ''
Everything works fine in desktop.
But when i upload the report onto Service it shows the last refresh time - 1 hour.
So instead of 11;00 it would show 10;00.
Does anyone have any idea on how to fix this?
3 Replies
- BeemsCResolver III
Hey,
Thanks for the reply.
The problem is, instead of first going to a dashboard and the clicking on it, it's added as a report.
I don't think it's possible for this case
- v-chuncz-msftCommunity Support