Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

← PL-300 Practice Hub

PL-300 • Practice Exam 58

PL-300 Practice Exam 58 — 20 Questions

Free PL-300 practice exam — 20 questions with explanations. Set 58. No signup required.

20
Questions
Free
No signup
Certifications/PL-300/Practice Test/Set 58
Question 1 of 200 answered
hard

You are troubleshooting a Power Query transformation that groups sales data by ProductID. The query runs slowly and you suspect the filter is being applied after loading all rows. What change would improve performance by pushing the filter to the source?

Exhibit

Refer to the exhibit.

```
M query:
let
    Source = Sql.Database("myserver.database.windows.net", "SalesDB"),
    SalesTable = Source{[Schema="dbo",Item="Sales"]}[Data],
    FilteredRows = Table.SelectRows(SalesTable, each [OrderDate] >= #date(2023,1,1)),
    GroupedRows = Table.Group(FilteredRows, {"ProductID"}, {{"TotalSales", each List.Sum([Amount]), type number}})
in
    GroupedRows
```

Scored session

Track progress, bookmark weak spots, and get readiness analysis.

Start full session

Practice tests

Scored 10-question sessions with instant feedback and explanations.

PL-300 Practice Test 1 — 10 Questions→PL-300 Practice Test 2 — 10 Questions→PL-300 Practice Test 3 — 10 Questions→PL-300 Practice Test 4 — 10 Questions→PL-300 Practice Test 5 — 10 Questions→PL-300 Practice Exam 1 — 20 Questions→PL-300 Practice Exam 2 — 20 Questions→PL-300 Practice Exam 3 — 20 Questions→PL-300 Practice Exam 4 — 20 Questions→Free PL-300 Practice Test 1 — 30 Questions→Free PL-300 Practice Test 2 — 30 Questions→Free PL-300 Practice Test 3 — 30 Questions→PL-300 Practice Questions 1 — 50 Questions→PL-300 Practice Questions 2 — 50 Questions→PL-300 Exam Simulation 1 — 100 Questions→

Practice by domain

Each domain maps to a weighted exam section. Focus on the domain where you are weakest.

Prepare the dataDeploy and maintain assetsModel the dataVisualize and analyze the dataManage and secure Power BI

Practice by scenario

Filter questions by type — troubleshooting, exhibit, drag-and-drop, PBQ, ACLs, OSPF, and more.

Browse scenarios→

Continue studying

PL-300 Practice HubPrepare the dataDeploy and maintain assetsModel the dataVisualize and analyze the data