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.
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)- A3% (1)
- B9% (3)
- C16% (5)
- D72% (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
Community Discussion
No community discussion yet for this question.