Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I know how to do incremental refresh for future date partitions in datasets semantic models.
However we now have a need to do the same for dataflows. How do I specify the "Effective Date" for dataflow incremental refresh?
Hey @lbendlin ,
In the Dataflow, I don't think that you can directly....however, I am just thinking out loud here....what about creating an "effective date" parameter (that is a datetime) and then use that as the the date field in the incremental refresh for the Dataflow???? Part of me thinks that would work great....and part of me thinks it will fail miserably but I am just thinking about it...
Proud to be a Datanaut!
Private message me for consulting or training needs.
It's a funny situation - our fiscal year 2024 has already started but incremental refresh doesn't know about fiscal years. So we can
- shift the partition date back a bit
- wait until Jan 1st for the problem to go away by itself
- use your idea with the parameter (for example as a delta to fool RangeStart and RangeEnd)
Or - as my colleagues suggested, sod it and create another dataflow for the "future" dates and then append the dataflows in Power Query.