Implementing Analytics Solutions Using Microsoft Fabric — Question 3
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?
Answer options
- A. Reference the columns in the Python code by index.
- B. Modify the Sort Column By property for all columns.
- C. Add a unique field to each row.
- D. Modify the Summarize By property for all columns.
Correct answer: C
Explanation
The correct answer is C because adding a unique field to each row ensures that all rows are treated as distinct, allowing them to be displayed in the visual. The other options either do not address the issue of row uniqueness or pertain to sorting and summarization, which do not affect the visibility of duplicate entries.