Power Fx function
User — Power Fx function reference
Basic current-user info.
Syntax
powerfx
User()
Examples
powerfx
User().Email
→ Current email
powerfx
User().Email = Owner.Value.Email
powerfx
Filter(Tasks, AssignedTo.Email = User().Email)
Common mistakes & gotchas
- User() only exposes FullName, Email, and Image — anything else (job title, department, manager) needs the Office365Users connector's MyProfileV2/ManagerV2 functions instead.
- User().Email reflects the Microsoft 365 identity the app is running under; for a Teams- or SharePoint-embedded app that is still the signed-in M365 account, not a custom app-level login unless you have layered your own auth on top.
Related Power Fx functions
From Connectors (real patterns)