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.
Question
Options
- ADisplay form
- BIcon
- CSearch
- DGallery
How the community answered
(27 responses)- A7% (2)
- B4% (1)
- C15% (4)
- D74% (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.
A Display form is used to show details of a single record, not a list of records that would be filtered.
An Icon is a graphical element and does not display data records, nor can it be directly filtered to modify a data set.
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.
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.