Hello,
I have a date column on my dataset but it is with integer type, I want to use this column to triggers the incremental refresh. So I created a calculated field to transform this columns to date field, I made this because when I configure the schedule for incremental refresh the date columns appears.
But once I configurated the new column that column don’t appears as an option in the configure incremental refresh.
Any ideia if its possible to use a calculated field as an trigger for the incremental refresh?
The transformation was made like this:
parseDate(concat(substring(toString(data), 7, 2),‘/’,substring(toString(data), 5, 2),‘/’,substring(toString(data), 1, 4)),‘dd/MM/yyyy’)
the integer was like this: yyyyMMdd
Thanks,
Cinthya Oestreich