PL-200 · Question #216
You create a Power Apps app. The app must be able to display a list of records that are sorted by category. The app must also expand or hide the list by subtopics. You need to configure the app…
The correct answer is D. gallery. The Gallery control in Power Apps is purpose-built for displaying lists of records and can be configured with sorting expressions and grouping to show expandable subtopic sections.
Question
Options
- Acard
- Bexpression
- CPower Bl dashboard
- Dgallery
How the community answered
(34 responses)- A3% (1)
- B6% (2)
- C3% (1)
- D88% (30)
Why each option
The Gallery control in Power Apps is purpose-built for displaying lists of records and can be configured with sorting expressions and grouping to show expandable subtopic sections.
A card is a child layout element used inside a gallery or form to display individual field values - it is not a standalone list or grouping component.
An expression is a formula written in the Power Fx language and is not a UI control that can be placed on a screen to display records.
A Power BI dashboard is an external analytics surface in the Power BI service and cannot be used as a native Power Apps control for rendering sorted or grouped record lists.
The Gallery control renders a scrollable, repeating layout of records from a data source. It accepts sort and group expressions on its Items property, enabling categorized views, and can be combined with toggle or expand logic to show or hide subtopic rows - making it the correct tool for this scenario.
Concept tested: Using Gallery control for sorted and grouped record display
Source: https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/controls/control-gallery
Topics
Community Discussion
No community discussion yet for this question.