nerdexam
Microsoft

DP-600 · Question #15

You have a Fabric tenant that contains a Microsoft Power BI report named Report1. Report1 includes a Python visual. Data displayed by the visual is grouped automatically and duplicate rows are NOT…

The correct answer is D. Modify the Summarize By property for all columns. By setting the "Summarize By" property to "None" for all columns, you disable automatic aggregation and ensure all rows, including duplicates, are displayed in the Python visual.

Submitted by chiamaka_o· Apr 18, 2026Implement and manage semantic models

Question

You have a Fabric tenant that contains a Microsoft Power BI report named Report1. Report1 includes a Python visual. Data displayed by the visual is grouped automatically and duplicate rows are NOT displayed. You need all rows to appear in the visual. What should you do?

Options

  • AReference the columns in the Python code by index.
  • BModify the Sort Column By property for all columns.
  • CAdd a unique field to each row.
  • DModify the Summarize By property for all columns.

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    9% (3)
  • C
    16% (5)
  • D
    72% (23)

Explanation

By setting the "Summarize By" property to "None" for all columns, you disable automatic aggregation and ensure all rows, including duplicates, are displayed in the Python visual.

Topics

#Power BI#Python Visual#Data Aggregation#Summarization

Community Discussion

No community discussion yet for this question.

Full DP-600 Practice