Forum Discussion

jdmbkj's avatar
jdmbkj
Regular Visitor
4 years ago

Matrix Table - keeping selected cells

Hi.

 

Probably there is a solution, but I can't find anything. I want to keep only selected values in Matrix Table.

 

So I have got something like that.

 

Column A | Column B | Column C

X               | Y               | X+Y

X               | y1             | X + y1

X               | y2             | X + y2

 

Column C is a measure A + C of course.

 

And I want something like that.

 

Column A | Column B | Column C

X               | Y               | X+Y

X               | y1             | 

X               | y2             | 

 

So blank cells in Columns C (only X+Y will stary).

 

How can I do something like that?

2 Replies

  • jdmbkj , not very clear but this has to do using a measure, not using a selection

     

    calculate(Sum(Table[Col1]) + Sum(Table[Col3]) , filter(Table, Table[Col2]  =20 ) )

  • v-kkf-msft's avatar
    v-kkf-msft
    Community Support

    Hi jdmbkj ,

     

    Not very clear, in what context are you trying to achieve that output?

    How do you want to present the three columns in the matrix?

     

    Best Regards,
    Winniz