Fabricテナントに、Report 1というMicrosoft Power BIレポートが含まれています。Report 1にはPythonビジュアルが含まれています。ビジュアルに表示されるデータは自動的にグループ化され、重複行は表示されません。 すべての行をビジュアルに表示する必要があります。どうすればよいでしょうか?
正解:A
To ensure all rows appear in the Python visual within a Power BI report, option C, adding a unique field to each row, is the correct solution. This will prevent automatic grouping by unique values and allow for all instances of data to be represented in the visual. References = For more on Power BI Python visuals and how they handle data, please refer to the Power BI documentation.