Forum Discussion
Bulk Import and Incremental Refresh
- 6 months ago
Hi JasonBurdetts ,
Based on the inputs, this is how this it will look
Partitions :
From August to January, data will be organized by month. In February, it will be organized by day. Once we reach March 8, the February daily data will be consolidated into monthly data, and March will be arranged by day.
Documentation : https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-overviewPartition Date Range
2025-08 01-Aug-2025 → 31-Aug-2025
2025-09 01-Sep-2025 → 30-Sep-2025
2025-10 01-Oct-2025 → 31-Oct-2025
2025-11 01-Nov-2025 → 30-Nov-2025
2025-12 01-Dec-2025 → 31-Dec-2025
2026-01 01-Jan-2026 → 31-Jan-2026
2026-02-01 (Day wise) 01-Feb-2026
---- 02 Feb to 23 Feb --- Day wise partitions
2026-02-25 (Day wise) 25-Feb-2026
Thanks
If this response was helpful in any way, I’d gladly accept a kudo.
Please mark it as the correct solution. It helps other community members find their way faster
Hi JasonBurdetts , I don't think wecan dynamically change the sources for old and new partition. However, if your ApI layer supports the range start and end, you can retrieve the old data from the API itself, right?
Thanks
This is the source of the original problem. I *can* pull historical data from the API, but initial range (several months) is too large for the API to return. This is why I need to import directly a bulk set, then incrementally update.