Issue fetching historical tag data in Reports

Hi,
I'm trying to bring historical data for a tag between StartDate and EndDate 2025-02-27 00:00:00 and 2025-02-27 12:00:00.
In Parameters of the report, I have set:
StartDate =toDate("2025-02-27 00:00:00")
EndDate = toDate("2025-02-27 12:00:00")

But still I end up getting data from 2025-02-28

This is the image of the data menu of the report:

Have you checked the "Advanced" section and select Prevent Interpolation?
If it doesn't work, you may need to script the historian and specify the includeBoundingValues as False

image

1 Like