Forum Discussion

aTChris's avatar
aTChris
Resolver I
6 years ago
Solved

PBI Service refresh setting dates UTC causing local display issues.

Hi, I have a report which runs perfectly on the desktop. The issue is when the data is refreshed in the service.   I have a table containing contract data. I report revenue per month over the term ...
  • aTChris's avatar
    aTChris
    6 years ago

    v-kelly-msft 

    I've resolved the issue.

    The API is presenting information in UTC so the error in the report was not visible in the desktop because I was removing the localization. It was only when I added the start and end dates back into the report so I could see what the service created I was able to notice a change in start date compared to my local report.

    I changed everything to date timezone and its consistent across all platforms.

    Thanks