Forum Discussion

Vemul's avatar
Vemul
Helper I
1 year ago
Solved

Matrix 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...
  • danextian's avatar
    1 year ago

    Hi Vemul 

    You can use a matrix visual with an impicit measure

    or an explicit one that sums the count column

    Sum of Count =
    SUM ( 'Table'[Count] )

    This aside, your expected result doesnt match  your sample data. 995B should be 45 and not 38