What is the correct way to filter a gallery in a Power Apps canvas app to show only records where the Status column equals 'Active'?
-
A
Set the gallery's Items property to Filter(DataSource, Status = "Active")
-
B
Use a search bar control only
-
C
Set the gallery's Visible property to Status = "Active"
-
D
Add a business rule on the data source