Power Fx function
ThisItem — Power Fx function reference
Current row inside a gallery.
Syntax
powerfx
ThisItem.ColumnName
Examples
powerfx
ThisItem.Title
→ Field value
Used as a gallery item's Visible property.
powerfx
ThisItem.Status = "Open"
powerfx
If(ThisItem.Priority = "High", Color.LightPink, Color.White)
Common mistakes & gotchas
- ThisItem is only available inside a Gallery, Form, or DataCard — referencing it in a screen-level formula outside those containers is a compile error.
- In a nested gallery, the inner ThisItem shadows the outer one; alias the outer row with As if both need to be referenced at once.
Related Power Fx functions
From Records & scope references