Forum Discussion
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
- amitchandakSuper User
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-msftCommunity 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