I have a table like
and I would like to see only the subtotal column. Is this even possible in power bi ?
1 Answer
Yes, it is possible. For your measure, you need to write it in the form:
IF(HASONEVALUE('Table'[ColumnwithC]), BLANK(), [yourmeasure])
2 Comments
symkly
is it also possible for matrix ? for that i need to create a new questions ?
davidebacci
Yes, it is possible in a matrix. I suggest you write a new question but provide either sample data or a sample .pbix to better help you.