nerdexam
Microsoft

PL-900 · Question #331

You create a canvas app by using the option labeled Start from data. You connect a spreadsheet that contains customer records. The customer records are displayed in a list on a screen labeled…

The correct answer is D. Gallery. To apply a filter to customer records displayed as a list on the 'Browse' screen of a canvas app created from data, you must modify the Gallery control.

Submitted by lukas.cz· Apr 18, 2026

Question

You create a canvas app by using the option labeled Start from data. You connect a spreadsheet that contains customer records. The customer records are displayed in a list on a screen labeled Browse. You need to apply a filter to the control that displays the customer records. Which control should you modify?

Options

  • ADisplay form
  • BIcon
  • CSearch
  • DGallery

How the community answered

(27 responses)
  • A
    7% (2)
  • B
    4% (1)
  • C
    15% (4)
  • D
    74% (20)

Why each option

To apply a filter to customer records displayed as a list on the 'Browse' screen of a canvas app created from data, you must modify the Gallery control.

ADisplay form

A Display form is used to show details of a single record, not a list of records that would be filtered.

BIcon

An Icon is a graphical element and does not display data records, nor can it be directly filtered to modify a data set.

CSearch

While a Search box might be used in conjunction with a filter, 'Search' itself is an input control typically used to modify the `Items` property of a `Gallery`, not the control that displays the records.

DGalleryCorrect

In a canvas app created using the 'Start from data' option, the 'Browse screen' automatically generates a `Gallery` control to display lists of records. To apply a filter to the displayed customer records, you would modify the `Items` property of this `Gallery` control using a Power Fx `Filter` function.

Concept tested: Canvas app Gallery control filtering

Source: https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/controls/control-gallery

Community Discussion

No community discussion yet for this question.

Full PL-900 Practice