Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.98 KB

File metadata and controls

26 lines (21 loc) · 1.98 KB
title Process Data (SSAS Tabular) | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology analysis-services
ms.topic conceptual
ms.assetid d88f2dc9-2933-4be5-9bf3-48ffbc2d0a1a
author minewiskan
ms.author owend
manager craigg

Process Data (SSAS Tabular)

When you import data into a tabular model, in Cached mode, you are capturing a snapshot of that data at the time of import. In some cases, that data may never change and it does not need to be updated in the model. However, it is more likely that the data you are importing from changes regularly, and in order for your model to reflect the most recent data from the data sources, it is necessary to process (refresh) the data and re-calculate calculated data. To update the data in your model, you perform a process action on all tables, on an individual table, by a partition, or by a data source connection.

When authoring your model project, process actions must be initiated manually in [!INCLUDEssBIDevStudioFull]. After a model has been deployed, process operations can be performed by using [!INCLUDEssManStudioFull] or scheduled by using a script. Tasks described here all pertain to process actions that you can do during model authoring in [!INCLUDEssBIDevStudioFull]. For more information about process actions for a deployed model, see Process Database, Table, or Partition.

Related Tasks

Topic Description
Manually Process Data (SSAS Tabular) Describes how to manually process model workspace data.
Troubleshoot Process Data (SSAS Tabular) Describes how to troubleshoot process operations.