Cheat Sheets/Power Apps/Text (format)
Power Fx function

Text (format)Power Fx function reference

Format a date as text.

Syntax

powerfx
Text( Value, Format [, LanguageCode ] )

Examples

powerfx
Text(Now(), "dd mmm yyyy")
"13 Jun 2026"
powerfx
Text(Now(), "mmmm d, yyyy")
powerfx
Text(DateDiff(StartDate, Today(), TimeUnit.Years)) & " years"

Common mistakes & gotchas

Related Power Fx functions

From Date & time

Used in these tutorials

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