

Specifies the Analysis Services engine should use a pre-configured unattended account to access the data. Specifies the model use the security credentials associated with the Analysis Services service instance that manages the model.

This setting applies only when Kerberos delegation is enabled and specifies the S4U authentication should be used. Specifies a username to access the datasource, but doesn't need to specify the account's password. This setting applies only to DirectQuery mode. Specifies data should be accessed from the datasource using the identity of the user who sent the request. The domain and name of the user account uses the following format: \.
#Tabular analysis windows
Specifies the model use a Windows user account to import or process data from the datasource. When configuring impersonation, or when editing properties for an existing datasource connection, specify one of the following options: Tabular 1400 and higher models Option When authoring a model, ensure the credentials you are signed in with and the credentials specified for impersonation have sufficient rights to fetch the data from the datasource. If the credentials you are currently signed in with and the impersonation credentials specified are different, the data you see in the preview and filter features or the Table Properties dialog and the data fetched during an import or process can be different, depending on the credentials required by the datasource. The separation of credentials used during server-side and client-side operations can lead to a mismatch in what you see and what data is fetched during an import or process (a server-side operation). The credentials used to preview and filter data are the credentials of the user currently signed on, in-effect, your credentials. The preview and filter features, Table Properties, and Partition Manager dialog boxes are an in-process client-side operation that is, what is done during this operation are different from how the datasource is connected to and data is fetched from the datasource a server-side operation. Similarly, for existing models that have already been created, you use the Table Properties dialog to preview and filter data imported into a table.

You can also specify filters to exclude data that isn't needed in the model.

In the Table Import Wizard or Get Data\Query Designer preview and filter features, you see a sample of the data you import. When authoring a new model or adding a datasource to an existing model, you connect to a datasource and select tables and views to be imported into the model. Because this process is handled by the Analysis Services server managing the model database, this connection is again a server-side operation. When a deployed model processes data from a datasource, the impersonation credentials, persisted in the in-memory database, are used to connect to the datasource and fetch the data. User credentials are never stored on-disk. When you deploy a model to an Analysis Services server, if the workspace database is in memory when the model is deployed, the credentials are passed to the Analysis Services server to which the model is deployed. This connection is a server-side operation running in the context of a client application because the Analysis Services server hosting the workspace database connects to the datasource and fetches the data. When data is imported or processed, impersonation credentials are used to connect to the datasource and fetch the data. It's important to understand how impersonation credentials are specified and secured, as well as the difference between contexts in which both your signed on user credentials are used and when other impersonation credentials are used. Analysis Services runs using a service account, however, when the server establishes a connection to a datasource, it uses impersonation so that access checks for data import and processing can be performed. Impersonation is the ability of a server application, such as Analysis Services, to assume the identity of a client application. For tabular models in Azure Analysis Services, you can use SSMS or the View as: Script mode in the browser-based designer to edit the Model.bim file in JSON. When a model is deployed, impersonation can be configured in a model database connection string property by using SQL Server Management Studio (SSMS). When creating a new model project, impersonation is configured in Visual Studio when you connect to a data source to import data. Where, and in what context a model exists determines how impersonation is configured. This article provides tabular model authors an understanding of how sign in credentials are used by Analysis Services when connecting to a datasource to import and process (refresh) data.
