Question

Limit Displayed Columns

  • 1 February 2023
  • 1 reply
  • 34 views

Can we limit the number of displayed columns as we do for displayed rows like in this screenshot?

I dont mean the Column limit when data is queries. 

 


1 reply

Userlevel 1

Hello Koray, 

Under the data section at the bottom, click on gear icon of the measure or dimension you want to hide and select “Hide this field from visualization”.

If you have a pivot involved, and you want to hide only 1 of the pivot results, there will be an “Hide this column from visualization” option.

 

Finally, if you have a pivot with a dynamic number of columns and you always know the ones you want to show, you can hide everything from visualization and instead create a table calculation like so: 

pivot_index(${your_measure_here},column_to_show)

 

Reply