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 NotebookUtils getSecret() to authenticate with Workspace Identity
Current behavior In Microsoft Fabric, notebookutils.credentials.getSecret() authenticates against Azure Key Vault using the identity of the user who executes the notebook. This behavior appli...tmihara3 hours agoNew MemberNew4Views0likes0CommentsSupport Synonyms in Fabric Warehouse
Microsoft SQL Server has a very powerful feature by the way of "synonyms." It allows users and DBAs to do all sorts of powerful magic such as rewiring objects under the hood (e.g. run the code agains...matthias-bi6 hours agoRegular VisitorNew1.3KViews18likes2CommentsExpose Refresh Warnings and Informational Messages via Notifications and API
When a Power BI semantic model refresh completes successfully, the status shows Completed, even when the refresh details contain warnings or informational messages that require attention. Please pro...Jashwanth_K8 hours agoMicrosoft EmployeeNew23Views6likes0CommentsInvoke Pipeline Task - Workspace Identity Authentication
Currently, the Fabric Data Factory Invoke Pipeline task uses the user's credentials who saved the pipeline to then authenticate to the Azure Data Factory to execute the ADF pipeline. When that user'...dzebrowitz13 hours agoAdvocate IPlanned1.8KViews61likes5CommentsFabric Pipeline should run as workspace identity
Currently, Microsoft Fabric pipelines run under the identity of the last user who modified them, which can cause disruptions when tenant administrators make changes to security policies, such as enab...pellitteris13 hours agoAdvocate IINew1.4KViews27likes3Comments