Daily DAX : Day 65 INFO.TABLEPERMISSIONS

 A metadata DAX function that returns a list of all table permissions in the current model with columns matching the schema rowset for table permissions objects


Syntax


INFO.TABLEPERMISSIONS(<RestrictionName>,<RestrictionValue>)


Returns a table with the following fields


Field Type
ID Integer
RoleID Integer
TableID Integer
FilterExpression String
ModifiedTime DateTime
State Integer
ErrorMessage String
MetadataPermission Integer

Comments

Popular posts from this blog

Daily DAX : Day 55 PV