Forum Discussion

dzendras's avatar
dzendras
New Member
4 years ago
Solved

PowerBI does not support RangeStart/RangeEnd as Edm.DateTimeOffset with incremental refresh

I am trying to enable incremental refresh with my OData V4 feed following the instructions from https://docs.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-overview

Unfortunately RangeStart/RangeEnd must be of type Date/Time (Edm.DateTime), while OData V4 obsoleted this type and forced all Date/Time properties to be of type Edm.DateTimeOffset. When those parameters are Date/Time/Zone then incremental refresh cannot be conifgured (Incremental Refresh toggle is disabled). If I revert my feed to V3 (and Edm.DateTime), then the toggle is enabled.

2 Replies