Forum Discussion

RichFlorida's avatar
RichFlorida
Helper V
2 years ago
Solved

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...
  • SamWiseOwl's avatar
    2 years ago

    Hi RichFlorida 

     

    1. You could turn the text wrap off 
    2. Change the font colour to match the background of the visual.
    3. Put something over the top like a rectangle to hide it
    4. Create a calculated column with nothing but spaces (different number for each row) and use that
      Hidden column = REPT(" ",'Product'[ProductId])

       

    All some what hacky but thats life!