PL-300 Exam QuestionsBrowse all questions from this exam

PL-300 Exam - Question 150


Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You have an on-premises data gateway.

You need to reduce the amount of data sent through the gateway by semantic models that run in Import storage mode.

Solution: You create aggregations to summarize results.

Does this meet the goal?

Show Answer
Correct Answer:

Discussion

11 comments
Sign in to comment
1CY1Option: B
Oct 9, 2024

Create aggregations to summarize results. This seems to be saying group and summarize after the data has come through the gateway as an import. This will not reduce the traffic as it has already come through the gateway. Answer : B.No.

chicken_chaserOption: B
Jan 17, 2025

depends on where the aggregation is conducted. If it is done in power BI then the amount of data will still be the same. If the aggregation is done in the source then Yes

amiruladliroslibin
Oct 20, 2024

not sure of question. you aggregate the results after importing? then the answer is no. if you are doing it before then the answer is yes

jaumeOption: A
Nov 20, 2024

Aggregations allow you to precompute and store summarized data, which minimizes the need to load and query large amounts of detailed data. This approach is particularly beneficial in large DirectQuery or Import models:

tko86Option: B
Dec 15, 2024

It can't be B. If the data is imported and you then you aggregate (creating summarize tables) off the imported data, you are not reducing the overall model. You are actually increasing the size. While the summarize table would perform quicker, the original imported table with all the data remains. You need to reduce it at it's source before you bring in the data through import storage.

OdidepseOption: A
Jan 14, 2025

Yes, creating aggregations to summarize results reduces the amount of data sent through the on-premises data gateway by summarizing the data in the semantic model. Creating aggregation reduce querying time and compression.

LuluSkyy
Oct 11, 2024

The answer is A.

lmml_etOption: A
Jan 10, 2025

You create aggregations in Power Query before importing data, soy you reduce de amount of data in the semantic model and in the gateway

sroumiOption: B
Apr 17, 2025

Explanation Import Mode Behavior: When a model is set to Import mode, the complete dataset is loaded into Power BI’s in‑memory engine during refresh. The on‑premises data gateway is used only at refresh time to pull data from the on‑premises source. Once the data is imported, all queries run against the local in‑memory copy in the service, not through the gateway. Role of Aggregations: Aggregations are designed to improve query performance—especially in composite models or DirectQuery scenarios—by pre‑calculating summarized data and reducing the need to hit detailed tables at query time. Why It Doesn’t Meet the Goal: In Import mode, even if you create aggregations, the full data refresh still occurs via the gateway. Aggregations do not affect how much data is transferred during a data refresh; they only reduce query processing time at runtime.

ec338ed
Oct 16, 2024

answer is yes. Aggregating ans summarizing reduces data.

Pey1nkhOption: A
Jan 8, 2025

creating aggregations reduces the amount of data sent through the gateway and optimizes data refresh and query performance.