Skip to content

Commit 8a2993f

Browse files
authored
Merge pull request #102836 from Minewiskan/patch-14
Update analysis-services-database-users.md
2 parents bad7347 + f74bf3b commit 8a2993f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/analysis-services/analysis-services-database-users.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to manage database roles and users on an Analysis Service
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: conceptual
7-
ms.date: 10/29/2019
7+
ms.date: 01/30/2020
88
ms.author: owend
99
ms.reviewer: minewiskan
1010

@@ -39,10 +39,10 @@ When creating a tabular model project, you create roles and add users or groups
3939

4040
|Permission|Description|
4141
|----------------|-----------------|
42-
|**None**|Members cannot modify the model schema and cannot query data.|
42+
|**None**|Members cannot read or modify the model schema and cannot query data.|
4343
|**Read**|Members can query data (based on row filters) but cannot modify the model schema.|
4444
|**Read and Process**|Members can query data (based on row-level filters) and run Process and Process All operations, but cannot modify the model schema.|
45-
|**Process**|Members can run Process and Process All operations. Cannot modify the model schema and cannot query data.|
45+
|**Process**|Members can run Process and Process All operations. Cannot read or modify the model schema and cannot query data.|
4646
|**Administrator**|Members can modify the model schema and query all data.|
4747

4848
5. If the role you are creating has Read or Read and Process permission, you can add row filters by using a DAX formula. Click the **Row Filters** tab, then select a table, then click the **DAX Filter** field, and then type a DAX formula.

0 commit comments

Comments
 (0)