Forum Discussion
undefined
- 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.
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 and table but it didn't work. So now I am thinking about creating small tables that retrieve data from different datasets (with the status and stage filter applied), meaning I have to make 9 tables/datasets for slide 1 and 6 tables/datasets for slide 2.
Does anyone have a different idea?
I really appreciate any help you can provide.