Reply
colourfullife
Post Partisan
Post Partisan

Hide / Remove unwanted columns

AHi,

 

I am looking for a solumtion to hide unwanted columns in 'Matrix' visual in PBI.

showing you what i have got and what i want it to be

 

this is the database that i have.

ITEMOpen/ Close
AOPEN
BOPEN
AOPEN
BOPEN
BCLOSE
ACLOSE
BCLOSE
ACLOSE
BCLOSE

 

and this is my visual, using 'Matrix' ---> vvvvvvv.PNG

ttttttttt.PNG

and attached how i get the value in the table.

hhhhh.PNG

 

what i want is i want to hide columns that i don't want which are %RT Count of ITEM for OPEN and TOTAL..!

what i want.PNG

do you guys have any ideas??

any advice would be much appreciated.

 

Regards,

CL

 

1 ACCEPTED SOLUTION
v-gizhi-msft
Community Support
Community Support

Hi,

 

According to your description, here are two ways:

1)Try to turn the ‘Word warp’ button to ‘Off’ in Column headers in visual format setting.

31.png

Then wrap the column you do not want to the left side in order to hide its data:

32.png

You can display them again whenever you want just by wrapping them to the right side.

 

2)Create a measure to replace the %RT Count of Open/Close:

Measure

= IF("OPEN" in  FILTERS('Table'[Open/Close]),BLANK(),CALCULATE(COUNT('Table'[ITEM]))/CALCULATE(COUNT('Table'[ITEM]),ALLEXCEPT('Table','Table'[ITEM])))

 

Change its data format to percentage:

33.png

And it shows:

34.png

You can also wrap the measure to hide it.

 

 

Best Regards,

Giotto Zhi

View solution in original post

1 REPLY 1
v-gizhi-msft
Community Support
Community Support

Hi,

 

According to your description, here are two ways:

1)Try to turn the ‘Word warp’ button to ‘Off’ in Column headers in visual format setting.

31.png

Then wrap the column you do not want to the left side in order to hide its data:

32.png

You can display them again whenever you want just by wrapping them to the right side.

 

2)Create a measure to replace the %RT Count of Open/Close:

Measure

= IF("OPEN" in  FILTERS('Table'[Open/Close]),BLANK(),CALCULATE(COUNT('Table'[ITEM]))/CALCULATE(COUNT('Table'[ITEM]),ALLEXCEPT('Table','Table'[ITEM])))

 

Change its data format to percentage:

33.png

And it shows:

34.png

You can also wrap the measure to hide it.

 

 

Best Regards,

Giotto Zhi

avatar user

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

Feb2025 NL Carousel

Fabric Community Update - February 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)