1

I have a table like this and I would like to see only the subtotal column. Is this even possible in power bi ?

1 Answer 1

1

Yes, it is possible. For your measure, you need to write it in the form:

IF(HASONEVALUE('Table'[ColumnwithC]), BLANK(), [yourmeasure])
Sign up to request clarification or add additional context in comments.

2 Comments

is it also possible for matrix ? for that i need to create a new questions ?
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.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.