Which requirement is essential for incremental refresh to actually improve performance?
- A Query folding, so the date filter is pushed to the source as a WHERE clause
- B A Premium licence
- C DirectQuery mode
- D A star schema
Answer
Query folding, so the date filter is pushed to the source as a WHERE clause
If a transformation breaks folding, Power BI must load everything before filtering, and the benefit disappears entirely.





