Forum Discussion
Vemul
Helper I
1 year agoMatrix data presentation for different groups
Hello Guru's I am new to power Bi and truing to work on Matric display. I have data for differnt groups with differnt types, I need to present data in Matrix table on individual section. i...
Ray_Minds
Solution Supplier
1 year agoHi Vemul
Create a Measure on the Count Column
Go to the Modeling tab in Power BI and create a new measure using the formula below:
Total Count = SUM(Table[Count])
This measure will calculate the total count for each combination of Group and Type.
- Select the Matrix visual and add it to your report canvas.
- Drag and drop the Group column, then the Type column under the Rows section and, Drag and drop the measure Total Count into the Values section.