Ambil perhatian
Akses ke halaman ini memerlukan kebenaran. Anda boleh cuba log masuk atau menukar direktori.
Akses ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
Applies to:
Calculated column
Calculated table
Measure
Visual calculation
Returns the domain name and username from the credentials given to the system at connection time.
Syntax
USERNAME()
Parameters
This expression has no parameters.
Return value
The username from the credentials given to the system at connection time
Example
The following formula verifies if the user login is part of the UsersTable.
= IF(CONTAINS(UsersTable,UsersTable[login], USERNAME()), "Allowed", BLANK())