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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Remove/hide column on Matrix table

Hi, I have added a measure to my matrix table which calculates the percentage difference between the actual and the targeted amounts. Only issue is that this calculated value repeats against the actual and the target amounts - as per below.

I do not want this value to show against the Actual Amount (as highlighted) but only against the Target amount. For example, I'd like the Jul-19 first 2 rows to look like:

$0.03M     $0.02M    50.1%

$0.16M     $0.06M   150.5%

 

Is there a way that I can hide/remove the columns highlighted below? Thanks, Frank

 
1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi @Anonymous,

Yoi can reduce the size of the column until is fully hidden by dragging the column split as you do with the excel columns or row.

Just remember to turn off word wrap.

Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





View solution in original post

2 REPLIES 2
MFelix
Super User
Super User

Hi @Anonymous,

Yoi can reduce the size of the column until is fully hidden by dragging the column split as you do with the excel columns or row.

Just remember to turn off word wrap.

Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





I ran into this situation today.

 

For all the columns you want to hide, it's overlapping with a column which a context in the column. You can exclude those by using the following

 


SWITCH(TRUE(),
CONTAINS(DateTable,DataTable[Year], "2019"), "", //indicating the value of the column you want to hide
Your_Measure)
 
Basically the idea is I want so say if that column in my matrix visual, in my case it was a year, I saying if it overlaps with year 2019 on the matrix visual, put nothing, else do the regular measure.
 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors
Top Kudoed Authors