A fact table can consist of a main table containing historic data plus an incremental table temporarily containing the most recent data.
This allows for very efficient SSAS processing.
Add a new incremental table by clicking the "Add Incremental Table" link button.
A dialog box suggesting you add a reload filter appears.
In the SQL Expression Builder; specify a reload filter (usually utilizing the RELOADVALUE tag value), then click "Save and Close".
A dialog appears prompting you to optionally add script extensions maintaining the RELOADVALUE tag value (plus move data if table and not view).
If you choose to add script extensions, separate script extensions folder(s) will be added containing the scripts. The incremental table is placed below the main table.
The incremental table will typically be used in the same measure group(s) as the main table with the "Use Direct in Target" setting checked.
Lastly this can all be glued together via the "Incremental Table Data Flow".
Select the incremental table.
Give the data flow a name and click "Create".
Usually the incremental table reload involves three data flow steps. (Four if dimensions are to be taken into account)
The Process Add part is a Process Measure Group operation.
The Incremental Table direct partition is the partition to select for Process Add if data flow is created manually.