Forum Discussion

mcantos's avatar
mcantos
Helper II
1 year ago
Solved

undefined

Hi community,  I need to create a two pagers ppt report on Power BI builder Each cell results from the data retrieved with the specific stage (column) and status (row).  I tried using matrix...
  • rajendraongole1's avatar
    1 year ago

    Hi mcantos - I have some key ideas, please check once.

    Create a measure for each cell you need to populate (based on Stage and Status), which will avoid the need to create 9 or 6 separate datasets.

    A matrix should work for cross-tabulation of Status and Stage. It dynamically expands and simplifies the table structure.

    Focus on formatting and grid alignment to make the matrix look as close to a report as possible.

    This approach should give you more flexibility than manually creating separate datasets for each table while keeping the report structure more maintainable.

     

    Hope the above informaiton helps.