Forum Discussion
Anonymous
3 years agoNot applicable
problem with the Incremental refresh with the Power BI
Hi, In connector that has one entry point: [DataSource.Kind="Solar", Publish="Solar.Publish"] shared Solar.Contents = () => I tried to add a parameter to this root function like shared Sol...
lbendlin
3 years agoSuper User
You are missing two things.
1. you need to change your source query to make it non-dynamic. Have a look at the documentation for Web.Contents - it has great examples of how to use RelativePath and Query
2. you are missing the RangeEnd filter. It is critical for Incremental refresh. Nothing will work unless you specify both RangeStart and RangeEnd in your filter.