PL-400 · Question #415
PL-400 Question #415: Real Exam Question with Answer & Explanation
Sign in or unlock PL-400 to reveal the answer and full explanation for question #415. The question stem and answer options stay visible for context.
Question
You are developing a canvas app that connects to Microsoft Dataverse. You add the Accounts table as a data source to the app. You implement a gallery that will display information from the Accounts table. The Accounts table is stored and cached locally as a collection named collAccounts. Data in the gallery must always display accounts that have a name value. The gallery uses the following Power Fx formula: You deploy the app to production. Users report that the expected number of Account rows in the app does not appear. You need to resolve the user issue. How should you modify the Power Fx formula?
Options
- ASort(Accounts, 'Account Name', SortOrder.Descending)
- BSort(collAccounts, 'Account Name', SortOrder.Descending)
- CFilter(Sort(Accounts, 'Account Name', SortOrder.Descending), IsBlank('Account Name') = false)
- DcollAccounts
Unlock PL-400 to see the answer
You've previewed enough free PL-400 questions. Unlock PL-400 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.