Forum Discussion
Incremental refresh
- 4 years ago
Hi Anonymous ,
Unfortunately, incremental refresh is not support the date source not support query folding.
In your case, you can use M function to keep the increased part.
Use DateTime.LocalNow() and Date.IsInPreviousDay() to identify if the data is in you want date. If is then outcome True or something else. Then use filter to remove the False you do not want.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
Unfortunately, incremental refresh is not support the date source not support query folding.
In your case, you can use M function to keep the increased part.
Use DateTime.LocalNow() and Date.IsInPreviousDay() to identify if the data is in you want date. If is then outcome True or something else. Then use filter to remove the False you do not want.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.