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...
LiranRom
3 years agoHelper I
Hi lbendlin
Thanks for your feedback,
Why do we need to use RelativePath and Query ? where in the documentaion it ask to do that?
https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-configure
https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-troubleshoot#configuring-in-power-bi-desktop
Nothing will work unless you specify both RangeStart and RangeEnd in your filter? where it is also mentioned as a must to use in the connector? What if I need it to be since RangeStart till now?
Thanks
lbendlin
3 years agoSuper User
You may need to use RelativePath to avoid issues with service refresh. RangeEnd is absolutely required but can be a date in the future.