Forum Discussion
RichFlorida
2 years agoHelper V
Hiding Row Column in a Matrix Visual
Hello All, Is there a way to hide the 'Rows Column" (country) in the Matrix Visual below, while keeping all the values displayed? I've tried resizing the column and make it narrow en...
- 2 years ago
Hi RichFlorida
- You could turn the text wrap off
- Change the font colour to match the background of the visual.
- Put something over the top like a rectangle to hide it
- Create a calculated column with nothing but spaces (different number for each row) and use thatHidden column = REPT(" ",'Product'[ProductId])
All some what hacky but thats life!
RichFlorida
2 years agoHelper V
RichFlorida
2 years agoHelper V
@SamWiseOwl : Turning off the Text Wrap allowed me to resize the column by dragging, I was able to hid it.
@dk_dk Your detailed instructions worked in making the content of the column disapear, I still needed to turn off the ROw header Text Wrap to make the white space disapear.
Thank you both