Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
niculeica
Helper I
Helper I

Remove measure from one Column value section

Hi! Is it possible to remove a measure added in Values section of a matrix, but only from under one Column? Please see the screenshot below. Basicaly, I'd like _RAGBudget to be shown only under Start Date - Last Closed Month column, and remove it from Last Closed Month.

 

niculeica_0-1734616271089.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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())

vkaiyuemsft_0-1734660100658.png


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.

vkaiyuemsft_1-1734660110289.png

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.

 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

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())

vkaiyuemsft_0-1734660100658.png


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.

vkaiyuemsft_1-1734660110289.png

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.

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors