Power Fx function
Reset — Power Fx function reference
Reset a control to default.
Syntax
powerfx
Reset( Control )
Examples
powerfx
Reset(txtSearch)
→ Clears the input
powerfx
Reset(drpCategory)
powerfx
Reset(cmbAssignee); Reset(txtNotes)
Common mistakes & gotchas
- Reset re-evaluates the control's Default property — if Default is a hardcoded literal, Reset always returns to that same value rather than clearing to truly blank.
- Reset is a behavior-only function; it must run inside an OnSelect/OnChange-type property, not inside a formula the control itself depends on.
Related Power Fx functions
From App & navigation