ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 61 - DP-600 discussion

Report
Export

You have a Microsoft Power Bl report named Report1 that uses a Fabric semantic model.

Users discover that Report1 renders slowly.

You open Performance analyzer and identify that a visual named Orders By Date is the slowest to render. The duration breakdown for Orders By Date is shown in the following table.

What will provide the greatest reduction in the rendering duration of Report1?

A.
Change the visual type of Orders By Dale.
Answers
A.
Change the visual type of Orders By Dale.
B.
Enable automatic page refresh.
Answers
B.
Enable automatic page refresh.
C.
Optimize the DAX query of Orders By Date by using DAX Studio.
Answers
C.
Optimize the DAX query of Orders By Date by using DAX Studio.
D.
Reduce the number of visuals in Report1.
Answers
D.
Reduce the number of visuals in Report1.
Suggested answer: C

Explanation:

Based on the duration breakdown provided, the major contributor to the rendering duration is categorized as 'Other,' which is significantly higher than DAX Query and Visual display times. This suggests that the issue is less likely with the DAX calculation or visual rendering times and more likely related to model performance or the complexity of the visual. However, of the options provided, optimizing the DAX query can be a crucial step, even if 'Other' factors are dominant. Using DAX Studio, you can analyze and optimize the DAX queries that power your visuals for performance improvements. Here's how you might proceed:

Open DAX Studio and connect it to your Power BI report.

Capture the DAX query generated by the Orders By Date visual.

Use the Performance Analyzer feature within DAX Studio to analyze the query.

Look for inefficiencies or long-running operations.

Optimize the DAX query by simplifying measures, removing unnecessary calculations, or improving iterator functions.

Test the optimized query to ensure it reduces the overall duration.

asked 02/10/2024
Mithun E
50 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first