Forum Discussion
SAP BW Import DATE as Text
Hi Anonymous
Is that column in Text data type in SAP BW? If so, it is recommended to convert it into Date/time type in the data source or add another column which is in Date/time (or integer data type) in the data source. In Power Query Editor, the "change type" step doesn't support query folding, so it will make the Native Query disabled.
Below description is extracted from the document about incremental refresh:
Date column - The table must contain a date column of date/time or integer data type. The RangeStart and RangeEnd parameters (which must be date/time data type) filter table data based on the date column. For date columns of integer surrogate keys in the form of yyyymmdd, you can create a function that converts the date/time value in the RangeStart and RangeEnd parameters to match the integer surrogate keys of the date column. To learn more, see Configure incremental refresh - Convert DateTime to integer.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.