PL-400 · Question #201
Case Study 3 - Contoso Pharmaceuticals Background Contoso Pharmaceuticals manufactures and sells drugs to retail and wholesale pharmacies, hospitals, and research facilities. The company plans to…
The correct answer is A. Filter. The correct answer is Filter (A). In Power Apps and Power Fx, the Filter function returns a table containing all records from a data source that satisfy a given condition - it returns multiple matching rows. This is appropriate when you need to display or work with a subset of…
Question
Options
- AFilter
- BFind
- CLookUp
How the community answered
(19 responses)- A84% (16)
- B5% (1)
- C11% (2)
Explanation
The correct answer is Filter (A). In Power Apps and Power Fx, the Filter function returns a table containing all records from a data source that satisfy a given condition - it returns multiple matching rows. This is appropriate when you need to display or work with a subset of records based on criteria. Find (B) is not a standard Power Fx table function for filtering; it searches within a text string, not a table of records. LookUp (C) is similar to Filter but returns only the first matching single record, not a table of results. When the requirement involves retrieving multiple records from a data source based on a condition (as is typical for populating a gallery or table), Filter is the correct function to use.
Community Discussion
No community discussion yet for this question.