PL-900 Practice Question: Manage the Microsoft Power Platform environment
Refer to the exhibit.
{
"name": "Environment Usage Report",
"type": "Power BI report",
"dataset": {
"name": "Power Platform Admin View",
"tables": [
{
"name": "Environments",
"columns": [
{ "name": "EnvironmentName", "dataType": "string" },
{ "name": "TotalActiveUsers", "dataType": "int" },
{ "name": "TotalAppUsage", "dataType": "int" },
{ "name": "TotalFlowRuns", "dataType": "int" }
]
}
]
}
}An admin runs a report to see total active users per environment. The report shows zero active users for a production environment that is actively used. What is the most likely reason?
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
✓
The environment is not included in the Power Platform Admin View dataset
The Power Platform Admin View dataset may not include all environments, especially if the production environment is not designated as an admin-managed environment or if it is a default environment not added to the Admin View. This can result in zero active users reported. Option B is incorrect because the report uses a Power BI report with a dataset, not a canvas app connector. Option C is incorrect because the TotalActiveUsers column is present in the dataset as shown in the exhibit. Option D is incorrect because the admin would typically have permission to view the dataset if they can run the report, and the issue is about data inclusion, not permissions.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
The environment is not included in the Power Platform Admin View dataset
Why this is correct
The Admin View dataset only includes environments that are explicitly added to the admin view.
- ✗
The report uses a canvas app connector that is blocked
Why it's wrong here
The report is a Power BI report, not a canvas app.
- ✗
The TotalActiveUsers column is missing from the dataset
Why it's wrong here
The column is defined in the dataset.
- ✗
The admin does not have permission to view the dataset
Why it's wrong here
If the admin can run the report, they likely have permission.
Go deeper
Related to this question
About these practice questions
One of 904 original PL-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.