Power Fx formulas are categorized as behavior formulas and data (property) formulas.
Behavior formulas execute when an event occurs, such as clicking a button.
Data formulas automatically calculate values and update whenever the dependent data changes.
Example
Set(IsAdmin, true)
This behavior formula runs when triggered (such as on a button click) and sets the global variable IsAdmin to true.


