Allow incremental refresh to create a partition for future data in import mode
Incremental Refresh allows you to use a DirectQuery partition for future data. It would be helpful to be able to configure that for use with import mode, too.
I have a large fact table that includes years of past data and many months of future data. DirectQuery is not performant enough for my users and I'd like to import the future data into a single partition. Then, each time it's refreshed it will refresh the recent past partitions identified in the configuration plus the future partition.
2 Comments
- Nick_VanLentNew Member
I completely agree. The data source we're using for some of our dataflows does not have a "record created on" field, so we're using a fiscal period start date field for incremental refresh instead. The problem is that the data contains forecast information for future periods, so incremental refresh doesn't pick this up. The workaround we're using is to have one query for current and past periods, another query for future periods, and a third query to append the first two. We setup incremental refresh only on the current/past periods query. The overall refresh time is a little faster, but not by much, because the append query takes additional time to run. Another downside is that we have more than one query set to "enable load", and the users can get confused when selecting the dataflow to pull into their datasets.
- fbcideas_migusrNew MemberStatus added:New
Recent ideas
Allow the target pipeline reference in Invoke Pipeline / ExecutePipeline to be set dynamically
Problem Today, the Invoke Pipeline activity (and legacy ExecutePipeline) requires picking the target pipeline statically at design time — a fixed Workspace/Pipeline selection in the UI, which serial...JONATHANHAUN7 hours agoNew MemberNew7Views0likes0CommentsReset Bookmark Navigator Selection to the Default Published View on Browser Refresh
In Power BI Service, when a user selects a bookmark through a Bookmark Navigator, the bookmark identifier is appended to the report URL. If the user refreshes the browser page, the report reloads in ...vivek123448 hours agoMicrosoft EmployeeNew5Views0likes0CommentsSeparate Interactive and Background Compute Allocation to Prevent Throttling of Live Reports
Problem Statement When Fabric capacity utilization reaches or exceeds 100% in the last one-hour window, end users experience significant disruptions when accessing Power BI Fabric live reports. This...TilakArani9 hours agoNew MemberNew7Views0likes0CommentsAccessibility issue in the Share dialog of embedded Power BI reports
Accessibility issue in the Share dialog of embedded Power BI reports I would like to share an accessibility finding identified while testing an embedded Power BI report published as part of the cont...ugartema9 hours agoAdvocate INew111Views15likes1Comment- fbcideas_migusr11 hours agoNew MemberUnder Review385Views12likes4Comments