Forum Discussion
Power_BI Incremental Refresh Parameter Error(s)
- Anonymous6 years ago
Hi dualsweat ,
I think this issue should more relate to your custom functions.
It seems like your query tables are generated from custom functions and you modify these parameters to Rangestart and RangeEnd with DateTime type. (I guess custom function require binary type records to do merge operations) Obviously, new DateTime parameters don't work on the original function to generate merged tables.
I'd like to suggest you create two new parameters to store date/time value and use on the query table as incremental filters.
Regards,Xiaoxin Sheng
Hi dualsweat ,
I think this issue should more relate to your custom functions.
It seems like your query tables are generated from custom functions and you modify these parameters to Rangestart and RangeEnd with DateTime type. (I guess custom function require binary type records to do merge operations) Obviously, new DateTime parameters don't work on the original function to generate merged tables.
I'd like to suggest you create two new parameters to store date/time value and use on the query table as incremental filters.
Regards,
Xiaoxin Sheng