Introduction to Power Apps
Luise Freese
Azure & Power Platform Architect

$$

ThisItem.Column
If() in the Fill or Color propertyIf(ThisItem.Priority = "High", Color.Red, Color.Black)

If(ThisItem.DueDate < Today(), Color.Red, Color.Black)

Visible = IsEmpty(Gallery1.AllItems) on a placeholder Label

Introduction to Power Apps