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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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