Forum Discussion
Refresh taking more time
Hi amybirc77
Please check the video for incremental refresh. It will resolved your issue.
https://www.youtube.com/watch?v=tfJXmfUXgu0&t=451s
I hope I answered your question!
Thanks, I have 2 dates createdate and modify date and i need to refresh based off both the dates how is that possible?
Thanks
- Uzi20192 years agoCommunity Champion
Hi amybirc77
you can apply incremental refresh on single date. which ever upatated on daily basis. dont add on both dates in single table.
- amybirc772 years agoHelper II
Uzi2019 sorry for changing the goal posgt, here is the new requirement based off the incoming data, we are getting ID,PAYEYEAR,PAYMONTH. For example
ID=96131A0205
PAYEAR= 2023 going forward
PAYMONTH= 1 TO 12
We get files on the first day of the month which get loaded into SQL Server table , this has YEAR and month only so need to refresh based on CURRENT_DATE-Month=1
Is that possible?
Thanks