Cheat Sheets/Power Apps/Value
Power Fx function

ValuePower Fx function reference

Text to number.

Syntax

powerfx
Value( TextOrNumber [, LanguageCode ] )

Examples

powerfx
Value("123.45")
123.45
powerfx
Value(txtQty.Text) * Value(txtPrice.Text)
powerfx
IfError(Value(txtAmount.Text), 0)

Common mistakes & gotchas

Related Power Fx functions

From Data conversion

Used in these tutorials

← Back to the Power Apps (Power Fx) cheat sheet