Forum Discussion
Anonymous
5 years agoNot applicable
Incremental Refresh using Integer column
Hi All, I have dataset where it has id column and I want to set-up incremental data load using Power BI with Id column. CUrrently it is not supported and it supports only date column. Is there a...
- 5 years ago
Anonymous , refer if this can help
Anonymous
5 years agoNot applicable
HI Anonymous
Incremental refresh works on the date column same as the datecolumn in your database.
Internally it fires the same query to refresh your dataset but uses an extra condition on where clause for date column on that table.
Hope you understand how it works then you will understand why it is not possible as per your requirement.