Forum Discussion
Remove measure from one Column value section
- Anonymous1 year ago
Hi niculeica ,
You can create a new measure so that it displays values under special columns and blanks in other cases.
You can refer to the following example:Measure 2 = IF(MAX('financials'[Product]) = "VTT", [Measure], BLANK())
Then you can turn down its column width. Mouse over the right side of the column and drag the double-arrow criterion when it appears until it disappears. However, at this point the row spacing will be larger as a result, so a shorter name for it is recommended.If your Current Period does not refer to this, please clarify in a follow-up reply.
Best Regards,
Clara Gong
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi niculeica ,
You can create a new measure so that it displays values under special columns and blanks in other cases.
You can refer to the following example:
Measure 2 =
IF(MAX('financials'[Product]) = "VTT", [Measure], BLANK())
Then you can turn down its column width. Mouse over the right side of the column and drag the double-arrow criterion when it appears until it disappears. However, at this point the row spacing will be larger as a result, so a shorter name for it is recommended.
If your Current Period does not refer to this, please clarify in a follow-up reply.
Best Regards,
Clara Gong
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.