exam questions

Exam PL-400 All Questions

View all questions & answers for the PL-400 exam

Exam PL-400 topic 5 question 20 discussion

Actual exam question from Microsoft's PL-400
Question #: 20
Topic #: 5
[All PL-400 Questions]

HOTSPOT -
A company has a canvas app that has a screen with a gallery of contacts.
Users must be able to search the gallery by last name, email address, and country/region. They must also be able to sort by last name, followed by country/region.
You need to define the expression that meets the requirements.
How should you complete the expression? To answer, select the appropriate options from the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jagibe
Highly Voted 1 year, 10 months ago
SortByColumns Search Ref: https://docs.microsoft.com/en-us/power-platform/power-fx/reference/function-filter-lookup#syntax
upvoted 37 times
SashM
1 year, 5 months ago
correct
upvoted 1 times
...
...
PowerRangers
Highly Voted 1 year, 5 months ago
The syntax is invalid for filter
upvoted 5 times
...
Juan0414
Most Recent 3 months, 3 weeks ago
SortByColumns Search
upvoted 1 times
...
ziggy1117
11 months ago
SortByColumns Search Search(Customers, SearchInput.Text, "Name", "Company") Similar to using the in operator, the Search function searches the Customers data source for records in which either the Name column or the Company column contains the search string (for example, co) anywhere within it. The Search function is easier to read and write than Filter if you want to specify multiple columns and multiple https://www.examtopics.com/exams/microsoft/pl-400/view/31/#in operators. You must enclose the names of the columns in double quotation marks. https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-filter-lookup#syntax
upvoted 3 times
...
shivdix
1 year, 6 months ago
For 2; Both Filter and Search will work. Since there is no Formula. I'll go with Search.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...