mediumMultiple ChoiceObjective-mapped
PL-900 Practice Question: A Power Pages site needs to display a list of…
A Power Pages site needs to display a list of upcoming events from a Dataverse table. Only events with a start date greater than today should be shown. Which approach should be used to filter the data on the page?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Configure a view in Dataverse with a filter for start date > today and use that view on the page.
The most straightforward and efficient approach in Power Pages is to use a Dataverse view with a pre-applied filter (start date > today) to display only upcoming events. This offloads filtering to the data source, ensuring that users only see relevant data without relying on client-side logic or flows that might be slower or more complex. While OData filters are possible, using a Dataverse view is simpler and aligns with Power Pages' low-code design.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Configure a view in Dataverse with a filter for start date > today and use that view on the page.
Why this is correct
Views provide server-side filtering and can be used in Power Pages lists.
- ✗
Use a Power Automate flow to remove past events from the table.
Why it's wrong here
Flows are not for real-time filtering on a page.
- ✗
Use JavaScript on the page to hide past events after loading.
Why it's wrong here
Client-side filtering is less efficient and not recommended.
- ✗
Create a calculated column in Dataverse to indicate future events.
Why it's wrong here
Calculated columns are possible but not the direct method for page filtering.
Go deeper
Related to this question
About these practice questions
Courseiva writes every PL-900 question from scratch — 904 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This PL-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PL-900 exam.